-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
Description
csso can't minify some legacy styles because of parse errors.
csso "styles.css" "styles.min.css"
Parse error X:\project\css\styles.css: Unexpected input
3354 |.Notes {
3355 | padding:0px
3356 | display:block;
---------------^
3357 | width:420px;
3358 | float:right;
I understand that ignoring could slow parsing and I really need to fix all errors, but right now I don't need linting, my target is only minification.
Is there a way to ignore parse errors?
Reactions are currently unavailable