postcss-easing-gradients icon indicating copy to clipboard operation
postcss-easing-gradients copied to clipboard

Work with postcss-easings

Open prn-feip opened this issue 1 year ago • 0 comments

Just tried to install both these packages:

Added both to .postcssrc.js:

module.exports = {
    plugins: ['postcss-easing-gradients', 'postcss-easings']
};

But this code is not processed:

background-image: linear-gradient(to right, black, ease-in-sine, transparent);

I tried to change order of plugins but it's not working too.

prn-feip avatar May 20 '23 10:05 prn-feip