h5bp / main.css

A repository for the development of the HTML5 Boilerplate CSS file, main.css
MIT License
206 stars 44 forks source link

Use Browserslist default #261

Closed coliff closed 1 year ago

coliff commented 1 year ago

I'm submitting a ...

We currently specify supported browsers with a browserslist config in the package.json. I think it makes more sense to remove this so it simply uses the Browserslist defaults which is similar to ours anyway. https://browsersl.ist/#q=defaults

The defaults query is a shortcut for > 0.5%, last 2 versions, Firefox ESR, not dead. It matches recent versions of popular and supported browsers worldwide and includes Firefox Extended Support Release which is updated roughly annually.