Replies: 1 comment
-
Hey, you just need to add postcss-loader or a postcss compiler to the stack when compiling scss files. In the same way that people add autoprefixer to scss add postcss-loader on scss before sass-loader in your webpack configuration.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it even possible to use @apply to react component scss files?
I was able to use it on the file that being compiled but not in components scss files. It is working fine in vuejs but not in react.
I really appreciate your response.
Regards,
Alex
Beta Was this translation helpful? Give feedback.
All reactions