1.0.0 • Published 1 year ago
import-expander v1.0.0
Stylus Util : Import Expander
Expand all your @import
statements in Stylus, you'll have everything in a single file.
Single use:
import importExpand from 'import-expander';
importExpand({
filePath: './path/to/main.styl',
distPath: './path/to/dist.styl',
});
doc TODO
1.0.0
1 year ago