UNPKG

scss-bundle

Version:

Bundling SCSS files to one bundled file.

10 lines (9 loc) 190 B
export declare const CONFIG_FILE_NAME: "scss-bundle.config.json"; export declare enum LogLevel { Trace = 0, Debug = 1, Info = 2, Warning = 3, Error = 4, Silent = 5 }