vite/playground/css/linked.css
翠 / green fa2e47fe05
fix(css): url() with variable in sass/less (fixes #3644, #7651) (#10741)
Co-authored-by: frank <frank@hebingjundeMacBook-Pro.local>
2022-11-01 10:01:41 +01:00

9 lines
108 B
CSS

@import '=/linked-at-import.css';
/* test postcss nesting */
.wrapper {
.linked {
color: blue;
}
}