| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2016-11-24 | 792 Bytes | |
| Supports glob to specify input files in CLI.tar.gz | 2016-11-24 | 42.0 kB | |
| Supports glob to specify input files in CLI.zip | 2016-11-24 | 206.0 kB | |
| Totals: 3 Items | 248.8 kB | 0 | |
v5.0.0
- Added: globs support for
--recursiveoption in CLI. [#223] - Fixed:
--recursiveoption in CLI, to specify files by glob e.g.stylefmt --list /readdir/**/*.cssinstead. - Fixed: options
--diffand--recursivein CLI can be used together. - Added:
--stdin-filenameoption to CLI. same as stylelint CLI - Added:
--ignore-pathoption to CLI. same as stylelint CLI - Added:
ignorePathoption to Node.js API. same as stylelint API - Added:
ignoreFilesoption to configuration file. same as stylelint configuration