-
how to setting make vue3 style block lang="postcss" work? reproduction https://github.com/ZWkang/rsbuild-problem |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 13 replies
-
https://github.com/ZWkang/rsbuild-problem/tree/problem/dep-scss-file-import-css-file still have one another problem, when deps import css file from scss file will be fail ~ |
Beta Was this translation helpful? Give feedback.
-
Rsbuild applies postcss for |
Beta Was this translation helpful? Give feedback.
-
vue template render value could not use generic type. vite case is work fine. is the swc-loader problem? cc @xc2 |
Beta Was this translation helpful? Give feedback.
-
Maybe i should open other thread to record my problem? |
Beta Was this translation helpful? Give feedback.
-
https://github.com/ZWkang/rsbuild-problem/tree/problem/svg-file-adaptor cc @xc2 |
Beta Was this translation helpful? Give feedback.
sry it's by design of sass.
So you have to change the statement to
@import './h'
.