skylite21

Results 2 issues of skylite21

I have a `.stylelintrc` file with the following contents in my project root directory: ``` { "extends": "stylelint-config-sass-guidelines", "rules": { "max-nesting-depth": 4, "indentation": "tab", "number-leading-zero": null, }, "fix": "true" }...