nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク
https://nostalgic-css.github.io/NES.css/
MIT License
20.7k stars 1.65k forks source link

Add Browserlist #193

Closed jjspace closed 5 years ago

jjspace commented 5 years ago

Add .browserlistrc file or browserlist key in package.json to specify the target versions of browsers that this framework will work with. This will act as a configuration for Autoprefixer as specified here. This would also specify for contributors and consumers alike which browsers we support. For contributors it would let us know what css properties we can and cant use through the use of tools like caniuse.com. For consumers that might already have a target browserlist in mind it would let them know up front if we support everything they would need to support.

The biggest reason for this, and why I bring it up, is are we supporting IE?

BcRikko commented 5 years ago

We already use browserlist. 👍 https://github.com/nostalgic-css/NES.css/blob/ac136794133f8e5cb70b09993e40ff8561b2bda0/package.json#L56-L58

so I think that it will probably work on IE. but IE has been untested because I have no environment to test. 😇