postcss-normalize
postcss-normalize copied to clipboard
not working with postcss-cli json config
with this config
{
plugins: {
'postcss-normalize': {},
},
}
putting @import-normalize; isn't working, no normalize is imported, and in the output we still have it, not transformed.
Any solutions for this?
Sorry, not enough info here. Can you provide a minimal reproduction?
If you do provide a minimal repro I will re-open this issue.