Skip to content

Add support for case-insensitive attribute selectors #3027

Closed
@murrayju

Description

@murrayju

According to Mozilla:

[attr operator value i]
Adding an i (or I) before the closing bracket causes the value to be compared case-insensitively (for characters within the ASCII range).

This appears not to be supported by Less currently, and results in a compiler error.

expected ']' got 'i'

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions