postcss-sass
postcss-sass copied to clipboard
Indentation bugs
I created a test case to show you how indentation Stylelint rule works with postcss-sass
Read my comments here: https://github.com/Grawl/stylelint-sass-test/commit/299d3c9fd9330187165d88a9d173b31c2d24487f#diff-4757c28482d2f675fed8d35d1d12d287
Run and test by yourself here https://github.com/Grawl/stylelint-sass-test with lint-sass-complex
NPM script
@Grawl thanks for reporting an issue. Unfortunately postcss-sass
doesn't support such constructions as +
, =
and @import
. PR are welcome :)
okay I got that