Closed mixxorz closed 7 years ago
Thanks @mixxorz, I’m unable to replicate this issue, can you provide more info as to how you are running modular scale? Are you using ruby-sass, Compass, libsass, eyeglass, node-sass, and what version numbers?
I'm getting the same results using a minimal repro with the following gulpfile
gulp.task("test", function() {
return gulp.src("test.scss")
.pipe(sass());
});
Running nodejs 6.9.1 and gulp-sass@3.1.0 which uses node-sass@4.2.0
Thanks, I am able to replicate and will fix soon
Fixed, thanks y’all for the report!
Wow! Thanks for the really fast response and fix!
Code
Output