Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Add support for attribute selector case insensitive #111

Description

@MoOx

http://www.w3.org/TR/2013/WD-selectors4-20130502/#attribute-case

From a @ben-eb idea

i had a brilliant, yet stupid idea for a postcss module - you know in CSS4 we will get [attr=test i] - which will match insensitively?
well, you can write a module that converts that to [attr=test], [attr=Test], [attr=TEst], [attr=TESt], [attr=TEST], [attr=tEst] etc
how genius is that?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions