plesiecki / postcss-colors

PostCSS plugin for colors management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working on svg fill property

20hertz opened this issue · comments

Doesn't seem to work on fill property. i.e.:

@colors palette {
    yellow-dark: #ecce7f;
}
@colors {
    font-base: yellow-dark;
}

/* Input */
svg {
    fill: font-base;
}

Yields Invalid property value