koistya / gulp-csscomb

CSScomb plugin for Gulp.js. Formats CSS according to a pre-defined coding style.
http://csscomb.com
MIT License
122 stars 25 forks source link

csscomb not working for .scss files #29

Open klierik opened 7 years ago

klierik commented 7 years ago

Have the problem with scss variables parsing:

Parsing error: Please check the validity of the block starting from line #28

26 |         position: absolute;
27 |         z-index: -100;
28*|         left: calc(50% - #{$loader__loader-circle-size / 2});
29 |         top: calc(50% - #{$loader__loader-circle-size / 2});
mabar commented 7 years ago

Known issue. And this is just a wrapper for gulp, write it here

Bridn commented 6 years ago

Need this pull request https://github.com/koistya/gulp-csscomb/pull/30