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-20 04:01:39 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
677a7f7649
swc
/
crates
/
swc_stylis
/
tests
/
fixture
/
check-down
/
output.css
6 lines
83 B
CSS
Raw
Normal View
History
Unescape
Escape
feat(css/prefixer): Implement more prefixing rules (#3905)
2022-03-08 11:31:10 +03:00
*
{
feat(css/codegen): Support source map (#3958)
2022-03-11 08:22:14 +03:00
-webkit-transition
:
all
1s
;
transition
:
all
1s
;
-o-transition
:
all
1s
;
feat(css/prefixer): Implement more prefixing rules (#3905)
2022-03-08 11:31:10 +03:00
}
Reference in New Issue
Copy Permalink