Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Hmm that doesn't look like a sass issue. That looks like an issue with your bundler
-
@ScriptCoded long story short, I had a file filled with mixins, referenced several times throughout the code. It turns out, this file included a class and this class was included several times. Fixed it by renaming the file from "common.scss" to "_common.scss" and moving the class somewhere else. Now the several style are still all generated but they don't all include the same code anymore.
Related Rants
Sass.
I'm using the @use directive to avoid bundling the same thing a hundred thousand times.
Sass doesn't give a flying fuck and bundles the same thing a hundred thousand times
Why you must hurt me like this
rant
css
webpack
javascript
sass