UNPKG

sass-export

Version:

Exports Sass files to Json format, able to manage sections with annotations in comments.

15 lines (8 loc) 537 B
Usage: sass-export [<inputFiles>] [options] Options: --output -o File path where to save the JSON exported. --array -a If present, it will output an array file instead of a object structured. --dependencies -d List of dependencies separated by comma, where Sass will try to find the @imports that your inputFiles need to work. Example: "libs/, config/, variables/“ --version -v Current working version. --help, -h Outputs this help screen.