Skip to content

Commit

Permalink
notes on tailwind-style classes
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Mar 10, 2022
1 parent 93ed2ed commit 71c0a9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Franklin"
uuid = "713c75ef-9fc9-4b05-94a9-213340da978e"
authors = ["Thibaut Lienart <[email protected]>"]
version = "0.10.71"
version = "0.10.72"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
2 changes: 2 additions & 0 deletions docs/syntax/divs-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ which will look like
Some important content
@@

You can do this with multiple classes separating them with a comma: `@@c1,c2 ... @@` for instance, this also works with [tailwind.css](https://tailwindcss.com/) classes: `@@c1,hover:basis-1/2 ... @@` etc.

### Nesting

Such div blocks can be nested as in standard HTML.
Expand Down

2 comments on commit 71c0a9b

@tlienart
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/56344

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.72 -m "<description of version>" 71c0a9b7857855af02ebaa520ca1a4080ca0c081
git push origin v0.10.72

Please sign in to comment.