How can I easily get Sass (SCSS) compiled on Windows? Either terminal or a free GUI application. Woulnd't there be an easy NPM command from a module that can be installed globally? Normally I would use Laravel and Webpack, but this is something creat...
H2ESteven and 3 more commentedI'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...
AHCAlex and 2 more commentedHow much easier do you think it would be to author and debug SCSS if it could be parsed natively by browsers in a similar manner to how CSS is parsed? Would it be possible to have instant reloading ability, and easy debugging in dev tools without the...
Join discussion…or any other preprocessor dialects of CSS? And not necessarily under the wing of the W3C, but any kind of authoritative spec for the language that would let tool builders (and browsers) support the same syntax?
Join discussionI 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...
TGTareq and 1 more commentedWhen 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?
MAMatheus and 1 more commented