vite/playground/css/url-imported.css
2024-01-12 09:07:22 +00:00

7 lines
92 B
CSS

.url {
/* should be transformed by postcss */
&-imported-css {
color: yellow;
}
}