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
@color:#269FEB;
body { color:shade(@color,-15%); }
/*Outputs*/body {
color:rgba(44,183,270,0.9999999999999999);
}
which is a serious problem if you are dealing with IE8- or any other browser which doesn't support RGBA color specification.
When using an hexadecimal colour style by using the shade method, the same colour style would be expected back. However, this doesn't seem to happen when using positive values for the shade amount and it's also not applied to every negative values, but only some of them (probably floating numbers)