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 addition to adding support for these color functions, this should be followed up with a new rule since these color functions aren't supported by all browsers.
Name: CSS3 Colors
Rule: When using CSS3 colors, a fallback color should be provided for browsers which don't support them.
Affected Browsers: IE6, IE7, IE8
Source: http://caniuse.com/#css3-colors
Using rgba()/hsl()/hsla() in CSS code, CSSLint v0.8.1 warns like this:
Tested on csslint.net with following code:
The text was updated successfully, but these errors were encountered: