mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
fa2e47fe05
Co-authored-by: frank <frank@hebingjundeMacBook-Pro.local>
9 lines
108 B
CSS
9 lines
108 B
CSS
@import '=/linked-at-import.css';
|
|
|
|
/* test postcss nesting */
|
|
.wrapper {
|
|
.linked {
|
|
color: blue;
|
|
}
|
|
}
|