mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +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;
|
|
}
|
|
}
|