getchopchop / chopchop

Front end user interface primer toolkit for the pro's
https://getchopchop.github.io
MIT License
31 stars 7 forks source link

Adding custom colours such as gradients breaks presentation #182

Open daveredfern opened 7 years ago

daveredfern commented 7 years ago

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%);
}