Closed jdelauney closed 2 years ago
This is not a problem of gulp-sass but node-sass (which this package wraps).
This is only implemented in sass (dart-sass), see https://sass-lang.com/documentation/at-rules/mixin#passing-arguments-to-content-blocks
If you want to use this, consider switching to dart sass by setting sass.compiler = require('sass');
@xzyfer same here, unrelated to gulp-sass :)
Hi, For example i have this following @mixins
When i compile the scss with gulp-sass he return me this error
It will be good to add this compatibility issue
Best regards