This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-22 21:21:31 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
13ee45a830
swc
/
crates
/
swc_css_parser
/
tests
/
recovery
/
delim-token
/
plus
/
input.css
6 lines
61 B
CSS
Raw
Normal View
History
Unescape
Escape
fix(css/ast): Fix delimiter token (#2415)
2021-10-14 07:22:51 +03:00
a
{
prop
:
+
;
feat(css/parser): Improve parsing of math functions (#3415)
2022-01-31 22:20:45 +03:00
prop1
:
1
+
2
;
feat(css): Improve codegen where `minify: true` (#3414) swc_css_codegen: - Improve minification. swc_css_parser: - Add parsing rule for `sum`.
2022-02-01 15:30:44 +03:00
prop2
:
func
(
1
+
2
)
;
fix(css/ast): Fix delimiter token (#2415)
2021-10-14 07:22:51 +03:00
}
Reference in New Issue
Copy Permalink