swc/crates/swc_css_modules/tests/fixture/integration/postcss.css
2022-10-05 05:48:28 +00:00

10 lines
124 B
CSS

@import "./imported-by-postcss.css";
.postcss {
color: rgb(0 0 100% / 90%);
&:hover {
color: rebeccapurple;
}
}