Wouter Muller
Wouter Muller
When i am declaring locally scoped variables, i like to put an empty line after to keep them separated from my rules, like so: ``` .component { $size: 50px; width:...
Do you know if this plugin would work in a Netlify environment? Does anyone have experience with this?
I am a big fan of the QualifyingElement linter, but when i write some CSS like this using the `:not()` selector: ``` li:not(.active) { ... } ``` It doesn't return...
I am using SCSS variables and mixins to do some of the styling of for example my buttons. These variables/mixins are located in different partials than my `_buttons.scss`, therefore these...
From the README.md i understand you can use this package to add variables that you declare in your .env files, so you can have different files being loaded in dev...