Claudia Romano
Results
2
issues of
Claudia Romano
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 *;...
Hi there, are there any plans to support the new sass module system? Thank you!