Closed sliptype closed 6 years ago
Have you synced with upstream recently? plus5
was added as a new variant a while back and is being used to render styles for tables.
I was running 1.13.2
but upgrading to 1.13.4
did not resolve the issue
I think this may be a combination of .npmignore
being too greedy and one of the Gulp tasks not copying Sass files to the right place. Investigating…
According to the docs, grayscale color variants should range from
plus5
tominus2
.background-color: color(gray, plus5);
Results in
`` >> Error: Color variant
plus5does not exist in family
gray`.However,
plus4
throughminus2
work fine.