mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
9 lines
100 B
CSS
9 lines
100 B
CSS
@import './linked-at-import.css';
|
|
|
|
/* test nesting */
|
|
.wrapper {
|
|
.linked {
|
|
color: blue;
|
|
}
|
|
}
|