vite-css-glob-import
v0.0.6
Published
Vite plugin to import SCSS files using glob patterns
Downloads
663
Readme
Glob load scss files
usage: within your main scss file, import the via glob pattern
@import '../components/**/*.scss';
important note: only works with files imported with single quotes - "¯_(ツ)_/¯"