I'm writing scss and compiling with webpack4. I'm not sure why, but after I build my assets for production with webpack, the fonts of the built webpage look bigger than they actually were when I was just compiling while working. Can anyone please te...
I am migrating a Angularjs project to Vue.js. We had a lot of base styles over there and we were using SCSS. These included files with variables and custom buttons which we used across the application. Now as we move towards component level scoped CS...
When I use the scss loader, all my scss will be in the <style>tags I can configure webpack and make an external scss sheet, but then I lose the ability to have scss per component. How is this all supposed to work? <style> is ok now?