gulp-sass-glob icon indicating copy to clipboard operation
gulp-sass-glob copied to clipboard

New sassModules option

Open claudia-romano opened this issue 4 years ago • 0 comments

Add the sassModules option for the new @use syntax.

When using: sassGlob({sassModules: true})

The following: @import 'folder/**/*.scss';

will be converted to: @use 'folder/style-1.scss' as *; @use 'folder/style-2.scss' as *; @use 'folder/style-3.scss' as *;

claudia-romano avatar Aug 13 '21 12:08 claudia-romano