Skip to content

Commit fb0a3c4

Browse files
authored
Merge pull request #568 from dev-five-git/conditional-style-order
Support conditional style order
2 parents f90ca2b + 899d257 commit fb0a3c4

File tree

33 files changed

+1998
-80
lines changed

33 files changed

+1998
-80
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"packages/plugin-utils/package.json":"Patch","bindings/devup-ui-wasm/package.json":"Patch","packages/webpack-plugin/package.json":"Patch","packages/components/package.json":"Patch","packages/rsbuild-plugin/package.json":"Patch","packages/vite-plugin/package.json":"Patch","packages/next-plugin/package.json":"Patch","packages/bun-plugin/package.json":"Patch","packages/reset-css/package.json":"Patch","packages/react/package.json":"Patch","packages/eslint-plugin/package.json":"Patch"},"note":"Support conditonal styleOrder","date":"2026-02-10T07:40:05.477045100Z"}

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/css/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024"
77
once_cell = "1.21.3"
88
phf = { version = "0.13", features = ["macros"] }
99
serde = { version = "1.0.228", features = ["derive"] }
10-
regex = "1.12.2"
10+
regex = "1.12.3"
1111
bimap = { version = "0.6.3" }
1212

1313
[dev-dependencies]

0 commit comments

Comments
 (0)