mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
45 lines
305 B
CSS
45 lines
305 B
CSS
<!-- 123 -->
|
|
|
|
div {
|
|
color: red;
|
|
<!--
|
|
|
|
test
|
|
|
|
-->
|
|
}
|
|
|
|
div {
|
|
color: red;
|
|
<!--
|
|
|
|
test
|
|
|
|
-->
|
|
|
|
color: blue;
|
|
}
|
|
|
|
div {
|
|
color: red;
|
|
<!--
|
|
|
|
test
|
|
|
|
-->;
|
|
|
|
color: blue;
|
|
}
|
|
|
|
a {
|
|
<!-- .class {
|
|
color: red;
|
|
}
|
|
}
|
|
|
|
@keyframes box {
|
|
<!-- -->
|
|
50% { left: 0; }
|
|
90% { left: 300px; }
|
|
}
|