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
Currently, the responsive units are targeted using the ^= ("starts with") selector, which means that if another class precedes the unit class, then the rule will not apply.
One potential solution is to use the *= substring match. I've submitted #43 that applies this solution.
The text was updated successfully, but these errors were encountered:
Currently, the responsive units are targeted using the
^=
("starts with") selector, which means that if another class precedes the unit class, then the rule will not apply.One potential solution is to use the
*=
substring match. I've submitted #43 that applies this solution.The text was updated successfully, but these errors were encountered: