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 05:01:42 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
286b6c804f
swc
/
crates
/
swc_css_codegen
/
tests
/
fixture
/
at-rules
/
counter-style
/
output.css
9 lines
101 B
CSS
Raw
Normal View
History
Unescape
Escape
fix(css/ast): Use `SimpleBlock` in more types (#3535)
2022-02-12 08:28:00 +03:00
@
counter-style
thumbs
{
system
:
cyclic
;
feat(css/ast): Add types for `@counter-style` at-rule (#3469)
2022-02-08 07:52:14 +03:00
symbols
:
"\1F44D"
;
fix(css/ast): Use `SimpleBlock` in more types (#3535)
2022-02-12 08:28:00 +03:00
suffix
:
" "
;
}
refactor(css/ast): Unify `SimpleBlock` and `Block` completely (#3531)
2022-02-11 16:31:51 +03:00
ul
{
list-style
:
thumbs
;
}
Reference in New Issue
Copy Permalink