This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 188
Add support for attribute selector case insensitive #111
Labels
Comments
Am I wrong in thinking that this would expand to 2^n variations, where n=character length? It would be an opt-in with the "i" option, but this would get out of control quick. Is this worth the potential pitfalls? |
@gjjones Yep, which is why it's a stupid idea. But it could let people try out the new case-insensitive syntax in browsers that don't support it yet. 😄 |
@MoOx Hey! I have created plugin: https://github.com/Semigradsky/postcss-attribute-case-insensitive 😸 |
Feel free to make a PR for it ;) |
Closed by #306 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
http://www.w3.org/TR/2013/WD-selectors4-20130502/#attribute-case
From a @ben-eb idea
The text was updated successfully, but these errors were encountered: