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
I guess stylefmt thinks that the ~ is a general sibling combinator, and therefore inserts whitespace around it, but this breaks the attribute selector when using ~=.
Input:
[data-sizes~="m:0"] {}
Output:
[data-sizes~="m:0"] {}
The text was updated successfully, but these errors were encountered:
I guess stylefmt thinks that the
~
is a general sibling combinator, and therefore inserts whitespace around it, but this breaks the attribute selector when using~=
.Input:
Output:
The text was updated successfully, but these errors were encountered: