larsenwork / postcss-easing-gradients

PostCSS plugin to create smooth linear-gradients that approximate easing functions.
https://www.npmjs.com/package/postcss-easing-gradients
MIT License
927 stars 22 forks source link

Plugin not executed #11

Closed muuvmuuv closed 4 years ago

muuvmuuv commented 5 years ago

I use GatsbyJS for my site and added this plugin to my postcss.config.js but it does not work or even gets executed. I tried to add console.log directly to the code in node_modules and also tested the same with autoprefixer but this plugin prints nothing.

Here is a sandbox: https://codesandbox.io/s/gatsby-starter-default-y8slq?fontsize=14

muuvmuuv commented 5 years ago

Okay, it seems it is just not working with Scss.

apriljunge commented 4 years ago

@muuvmuuv Can you close this?