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 module uses fuzzy search to find unknown abbreviations, e.g. ov:h == ov-h == ovh == oh.
However this doesn't seem to be "enabled" in this mode:
When I type ov:h I do get overflow: hidden; on expand, but when I type ovh I get ovh: ;
Same goes for pos:r and posr for position: relative; and all the other abbreviations containing a colon.
The text was updated successfully, but these errors were encountered:
According to official docs:
However this doesn't seem to be "enabled" in this mode:
When I type
ov:h
I do getoverflow: hidden;
on expand, but when I typeovh
I getovh: ;
Same goes for
pos:r
andposr
forposition: relative;
and all the other abbreviations containing a colon.The text was updated successfully, but these errors were encountered: