Skip to content

create _index.scss This module. bunch up _xxx.scss file in a _index.scss. for dart-sass

Notifications You must be signed in to change notification settings

iidastudio/sass-auto-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sass-auto-index

This module for dart-sass. create some _index.scss by scanning in the specified directory. Automatically write @forward in _index.scss.

use on npm scripts.

watch mode: -w --watch

 "sass-auto-index":"chokidar './src/assets/scss/' -c 'npm run css' -i '/.*_index\\.scss/' --initial"

If you are using an existing module to “watch" files and directories, you need using ignore for avoid loops. (sass-auto-index uses chokidar internally.)

 "sass-auto-index":"chokidar './src/assets/scss/' -c 'npm run css' -i '/.*_index\\.scss/' --initial"

About

create _index.scss This module. bunch up _xxx.scss file in a _index.scss. for dart-sass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published