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-23 13:51:19 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
d8df1b53d1
Branches
Tags
No results found.
swc
/
crates
/
swc_css_prefixer
/
tests
/
fixture
/
duplicate-at-rule-3
/
output.css
6 lines
119 B
CSS
Raw
Normal View
History
Unescape
Escape
fix(css/prefixer): Reduce duplicates (#5537)
2022-08-18 01:06:18 +03:00
@
-webkit-keyframes
anim
{
}
feat(css/prefixer): Avoid prefixing general functions (#5319)
2022-08-01 06:26:29 +03:00
@
-moz-keyframes
anim
{
}
@
-o-keyframes
anim
{
}
@
keyframes
anim
{
}
@
-webkit-keyframes
anim
{
}
Reference in New Issue
Copy Permalink