akanix42 / meteor-css-modules

MIT License
92 stars 20 forks source link

How do you supply browser list when using autoprefixer? #80

Closed dgroch closed 7 years ago

dgroch commented 7 years ago

When using the postcss plugin autoprefixer, how do you supply the browser list? Is it done via the options hash in package.json?

eg

"postcssPlugins": {
  "autoprefixer": { "browsers": ["iOS >= 8"] }
}
akanix42 commented 7 years ago

What you have looks right at a glance - is it not working for you?

dgroch commented 7 years ago

Yup. I think it's working fine as I see prefixes everywhere!