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-21 12:41:54 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
10d0f8e001
swc
/
crates
/
swc_css_prefixer
/
tests
/
fixture
/
box-sizing
/
output.css
6 lines
102 B
CSS
Raw
Normal View
History
Unescape
Escape
feat(css/prefixer): Handle more properties (#3919)
2022-03-09 06:18:49 +03:00
.
class
{
feat(css/codegen): Support source map (#3958)
2022-03-11 08:22:14 +03:00
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
feat(css/prefixer): Handle more properties (#3919)
2022-03-09 06:18:49 +03:00
}
Reference in New Issue
Copy Permalink