Skip to content

Add sorting of Tailwind CSS class names in RSX #4203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ libloading = "0.8.6"
libc = "0.2.170"
memmap2 = "0.9.5"
memfd = "0.6.4"
lightningcss = { version = "1.0.0-alpha.66", default-features = false }

# desktop
wry = { version = "0.45.0", default-features = false }
Expand Down
2 changes: 2 additions & 0 deletions packages/autofmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ syn = { workspace = true, features = [
] }
serde = { workspace = true, features = ["derive"] }
prettyplease = { workspace = true }
itertools = { workspace = true }
lightningcss = { workspace = true }

[dev-dependencies]
pretty_assertions = { workspace = true }
Expand Down
Loading