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

Will it detect browserlist file? #11

Closed jitendravyas closed 7 years ago

jonathantneal commented 7 years ago

@jitendravyas, I believe so. All the magic comes from browserslist in this line https://github.com/jonathantneal/postcss-normalize/blob/master/index.js#L13-L15

@ai, is this correct usage?

ai commented 7 years ago

Yeap, it will autodetect file.

@jonathantneal everything is good :+1:

jonathantneal commented 7 years ago

Thanks!