anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.25k stars 51 forks source link

support to load config browserlist #37

Closed alexander-akait closed 7 years ago

alexander-akait commented 8 years ago

https://github.com/ai/browserslist#config-file

fogrew commented 8 years ago

+1

StefanSchwartze commented 8 years ago

+1

Something like this would be great:

var custom = { ie: { 6: 0.01, 7: 0.4, 8: 1.5 }, chrome: { … }, … };

cronfy commented 8 years ago

Would be useful for me too. Like here: https://github.com/postcss/postcss-loader#autoprefixer set up browserslist for all plugins at once.

stevewillard commented 8 years ago

Definitely would like this feature. +1

stevewillard commented 7 years ago

Do you mind cutting a release for this feature?

niftylettuce commented 6 years ago

Is there still not a release for this? It doesn't seem to work yet.

niftylettuce commented 6 years ago

Yeah this isn't in 4.0.0 at all, this basically doesn't work out of the box unless you specify a browsers option that's hardcoded string. Defeats purpose of browserslist standard.