gulp-csscomb
gulp-csscomb copied to clipboard
csscomb not working for .scss files
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});
Known issue. And this is just a wrapper for gulp, write it here
Need this pull request https://github.com/koistya/gulp-csscomb/pull/30