VLTHellolin / import-expander

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:TypeScript 89.1%Language:Stylus 5.9%Language:JavaScript 5.0%