1.0.0 • Published 1 year ago

import-expander v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Stylus Util : Import Expander

npm.io

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