postcss-easing-gradients
postcss-easing-gradients copied to clipboard
PostCSS plugin to create smooth linear-gradients that approximate easing functions.
Hi, thank you for your code. I'm a bit confused by your docs and demos, though. - In demo I find a 'precision' option passed to this plugin. This is...
Related to https://github.com/w3c/csswg-drafts/issues/1332, might I recommend making a PR or reaching out to the community to help you write a PR to add easing to the color stop syntax? Here...
Just tried to install both these packages: - [postcss-easings](https://www.npmjs.com/package/postcss-easings) - [postcss-easing-gradients](https://www.npmjs.com/package/postcss-easing-gradients) Added both to `.postcssrc.js`: ```js module.exports = { plugins: ['postcss-easing-gradients', 'postcss-easings'] }; ``` But this code is not processed:...
This works around gka/chroma.js#297 by stripping the 'deg' unit in `hsl()`/`hsla()` colours, which fixes instances of this plug-in failing to parse the newer colour format. This is particularly a problem...