-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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...
anthony-dandrea
Metadata
Metadata
Assignees
Labels
No labels