The default content of my packages.json
file includes the following:
"postcss": {
"plugins": {
"autoprefixer": {}
}}
Whenever I try to compile using <style lang='scss'>
, it doesn't work automatically like it does for Typescript. I understand that I need to specify certain NPM packages as devDependencies and make some changes in the postcss
section to get scss to compile. However, I have been unable to find any documentation on how to do this outside of webpack and I'm feeling quite lost.