Skip to content

csslint ignore #44

@zevero

Description

@zevero

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions