mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
6 lines
70 B
CSS
6 lines
70 B
CSS
@import '@/be-imported.css';
|
|
|
|
.imported-with-import {
|
|
color: red;
|
|
}
|