Skip to content

Commit

Permalink
feat(css/minifier) Follow the CSS spec more rigorously
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostd committed Oct 29, 2022
1 parent ff700d8 commit 7af56c5
Show file tree
Hide file tree
Showing 17 changed files with 863 additions and 858 deletions.
1 change: 1 addition & 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 crates/swc_css_minifier/Cargo.toml
Expand Up @@ -14,6 +14,7 @@ bench = false

[dependencies]
serde = "1.0.118"
string_cache = "0.8.4"
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_css_ast = { version = "0.124.4", path = "../swc_css_ast" }
Expand Down

0 comments on commit 7af56c5

Please sign in to comment.