mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
30c29a30cf
swc_css_codegen: - Improve minification. swc_css_parser: - Add parsing rule for `sum`.
7 lines
148 B
CSS
7 lines
148 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;
|
|
}
|