chopchop icon indicating copy to clipboard operation
chopchop copied to clipboard

Adding custom colours such as gradients breaks presentation

Open daveredfern opened this issue 8 years ago • 0 comments

image

PHP error when adding something like this:

.u-fill-gradient-light,
%u-fill-gradient-light {
    background-color: color(neutral, lightest);
    background: linear-gradient(to top, color(neutral, lightest) 0%,#f9f9f9 100%);
}

daveredfern avatar Feb 09 '17 09:02 daveredfern