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

7 lines
92 B
CSS

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