You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
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?
http://www.w3.org/TR/2013/WD-selectors4-20130502/#attribute-case
From a @ben-eb idea