mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
30c29a30cf
swc_css_codegen: - Improve minification. swc_css_parser: - Add parsing rule for `sum`.
5 lines
129 B
CSS
5 lines
129 B
CSS
div {padding: 10px 10px;
|
|
border: 1px solid black;
|
|
transition: top 1s ease-out 0.5s;
|
|
text-shadow: 1px 1px 2px black, 0 0 1em red}
|