Skip to content

Commit

Permalink
feat(css_parser): add :local and :global pseudo class. #3011
Browse files Browse the repository at this point in the history
  • Loading branch information
denbezrukov committed May 28, 2024
1 parent ef4de1b commit 5cb033b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/biome_css_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ biome_rowan = { workspace = true }
biome_suppression = { workspace = true }

[dev-dependencies]
biome_configuration = { workspace = true }
biome_configuration = { path = "../biome_configuration" }
biome_css_parser = { path = "../biome_css_parser" }
biome_formatter_test = { path = "../biome_formatter_test" }
biome_parser = { path = "../biome_parser" }
Expand Down
8 changes: 4 additions & 4 deletions crates/biome_css_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ biome_unicode_table = { workspace = true }
tracing = { workspace = true }

[dev-dependencies]
biome_configuration = { workspace = true }
biome_deserialize = { workspace = true }
biome_fs = { workspace = true }
biome_service = { workspace = true }
biome_configuration = { path = "../biome_configuration" }
biome_deserialize = { path = "../biome_deserialize" }
biome_fs = { path = "../biome_fs" }
biome_service = { path = "../biome_service" }
biome_test_utils = { path = "../biome_test_utils" }
insta = { workspace = true }
quickcheck = { workspace = true }
Expand Down

0 comments on commit 5cb033b

Please sign in to comment.