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
In the given example, a{color: #ff0000;} got compiled, and became a{color:red}. This is not always the case. In some browsers, the color red is not #ff0000.
The text was updated successfully, but these errors were encountered:
In the given example,
a{color: #ff0000;}
got compiled, and becamea{color:red}
. This is not always the case. In some browsers, the color red is not #ff0000.The text was updated successfully, but these errors were encountered: