csstools / postcss-normalize

Use the parts of normalize.css (or sanitize.css) you need from your browserslist
Creative Commons Zero v1.0 Universal
816 stars 40 forks source link

not working with postcss-cli json config #50

Open Yimiprod opened 4 years ago

Yimiprod commented 4 years ago

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.

WahidN commented 1 year ago

Any solutions for this?