Open json-uk opened 9 years ago
Maybe try isolating it to just nested and csstyle plugins and see if it works. It's possible that another plugin is clashing with it.
any luck?
gulp-load-plugins may not work for csstyle as it isn't prefixed (e.g. by postcss-
)
Also, in your example you are including 3 "s" it should be 2.
I've been unable to get cssstyle working in my gulpfile. Maybe I'm just not using it correctly?
Whenever I run my default task, I get this error:
BTW: I'm using
gulp-load-plugins
to auto load all plugins but even require-ing it manually it still isn't working. In my gulp file I have this:Any thoughts? Thanks!