csslint ignore
Hi, I am desperately trying
/* csslint ignore:start */
table.jquery-tablesorter td[class^="termin_"]{
background-position: right 6px center;
}
/* csslint ignore:end */
I still get the following warning
csslint: There are 1 problems in /home/severin/node/mlt/dev/modules/haendler/part.list.css.
part.list.css
1: warning at line 41, col 28
Attribute selectors with ^= are slow!
table.jquery-tablesorter td[class^="termin_"]{
Tried it with
/* csslint allow: unqualified-attributes */
but no success...
Hmm, your comments look correct... What version of gulp-csslint are you using? @SimenB any ideas?
From what I can tell, this was merged less than a month ago, and not released yet.
CSSLint/csslint#564
Or am I missing something?
I am experiencing a similar issue with csslint commenting. @zevero were you able to figure this out? I am using the same version.
/* csslint ignore:start */
@import 'base/bootstrap';
/* csslint ignore:end */
Only changes in parser lib is blocking a release right now:
https://github.com/CSSLint/csslint/issues/514#issuecomment-219250225