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
Beautifying some CSS for the jQuery Colorbox plugin so I could customize it I noticed my Sass build starts to fail, and indicates that there is an issue on the line with a filter property where the assigned alpha property opacity values being set to 90 has the equal sign removed.
// BEFORE LINTING
#cboxOverlay{background:url(images/overlay.png) repeat 00; opacity:0.9; filter:alpha(opacity =90);}
Beautifying some CSS for the jQuery Colorbox plugin so I could customize it I noticed my Sass build starts to fail, and indicates that there is an issue on the line with a filter property where the assigned alpha property opacity values being set to 90 has the equal sign removed.
The text was updated successfully, but these errors were encountered: