/import-expander

Primary LanguageTypeScriptMIT LicenseMIT

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