Compare commits

...

2 Commits

@ -78,9 +78,14 @@ Plugin options (all optional):
## Changelog
### v1.2.1 (March 6, 2020)
- __Documentation:__ Fixed missing changelog item for v1.2.0.
### v1.2.0 (March 6, 2020)
- __Feature:__ You can now specify custom `extensions` that should be treated as CSS files, besides `".css"`.
- __Bug:__ Resolved the "promise not returned" warning from Bluebird when running with warnings enabled.
### v1.1.1 (February 16, 2020)

@ -1,6 +1,6 @@
{
"name": "icssify",
"version": "1.2.0",
"version": "1.2.1",
"description": "A Browserify plugin for handling CSS (through PostCSS), with **full and correct support** for ICSS and CSS modules.",
"main": "index.js",
"repository": {

Loading…
Cancel
Save