CleanCSS
CleanCSS copied to clipboard
Breaks if { on single line
If using CSS with .class { properties:value; }
It breaks on the linebreak before the opening {
Would also like to have this added that the output will be formatted with opening curly on its own line, is this possible to customize?
Thanks for the heads up. I'll add it in as an open in the next release.
It also break while using: .class, .class2, .class3 { properties:value; }
Hoping for update soon, love the plugin! :) Keep up the good work!
Thanks for the heads up. I've been really slow on updating this, it's kinda on my backburner. I have a pretty stable version I'm using personally right now. I'll make sure these bugs are fixed and I'll push it out shortly :)
No worries, love the plugin so no problem waiting for it a little bit :)
Just one other side note, but its really a small issue, but with MS gradient css: "filter:progid:DXImageTransform.Microsoft.gradient" it will also add spaces between "progid" and "DXImageTransform" which breaks the sass preprocessor compilation. So I manually remove those for now, so its not a big issue. Just thought I'd point it out. Could also be that my preprocessor should be able handle it..
Anyway, keep up the good work!
Problems....