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
When you try to expand c#0d4c1d in CSS
then it become color: #d04c1d;˙
correct one should be color: #0d4c1d;˙
so as you can see "d" and "0" switched their positions
it's a problem with any color containing zeros
The text was updated successfully, but these errors were encountered:
When you try to expand
c#0d4c1d
in CSSthen it become
color: #d04c1d;˙
correct one should be
color: #0d4c1d;˙
so as you can see "d" and "0" switched their positions
it's a problem with any color containing zeros
The text was updated successfully, but these errors were encountered: