postcss-sass icon indicating copy to clipboard operation
postcss-sass copied to clipboard

Indentation bugs

Open Grawl opened this issue 6 years ago • 2 comments

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 avatar Oct 30 '18 13:10 Grawl

@Grawl thanks for reporting an issue. Unfortunately postcss-sass doesn't support such constructions as +, = and @import. PR are welcome :)

AleshaOleg avatar Nov 01 '18 17:11 AleshaOleg

okay I got that

Grawl avatar Nov 02 '18 06:11 Grawl