mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
7 lines
92 B
CSS
7 lines
92 B
CSS
.raw {
|
|
/* should not be transformed by postcss */
|
|
&-imported {
|
|
color: yellow;
|
|
}
|
|
}
|