postcss-color-mod-function icon indicating copy to clipboard operation
postcss-color-mod-function copied to clipboard

Modify colors using the color-mod() function in CSS

Results 4 postcss-color-mod-function issues
Sort by recently updated
recently updated
newest added

Consider this webpack example *webpack.config.js* ``` module.exports = (env, options) => { return { module : { rules : [ { test : /\.css$/, use : [ { loader :...

bug
help wanted

Currently when using this plugin, this appears in the console. > postcss-color-mod-function > postcss-values-parser > [email protected]: I wrote this module a very long time ago; you should use something else....

It seems like a PR was made for PostCSS 8 compatibility (#38) but a release hasn't been made since then. Is there any chance we can get a release cut,...

In https://www.w3.org/TR/css-color-4/#modifying-colors there is an example: ```css color(X w(+ 20%) s(+ 20%)) ``` This fails to parse due to the whitespace between the plus symbol and the value.