Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 221 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 221 Bytes

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 - "¯_(ツ)_/¯"