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
css:
a.bar[class_="foo"] {width:20vw;}
vminpoly will spit out :
a.bar{width: Xpx;}
when it should still keep the attribute selector like this:
a.bar[class_="foo"] {width:Xpx;}
css:
a.bar[class_="foo"] {width:20vw;}
vminpoly will spit out :
a.bar{width: Xpx;}
when it should still keep the attribute selector like this:
a.bar[class_="foo"] {width:Xpx;}