-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels