CSS polyfills#652
Conversation
| @@ -0,0 +1,4 @@ | |||
| # Browsers that we support | |||
There was a problem hiding this comment.
Use of a .browserlistrc is aligned with setup in other projects. "Recommended" approach (not sure why) is to add to package.json, but I prefer the separation. However anyone prefers, I can move this.
Also, these are only initial test values. Can be updated here and later.
There was a problem hiding this comment.
I know browserlist is easier to say, but is there a reason you went with that instead of browserslist (which matches the name of the config)?
There was a problem hiding this comment.
Confusion I guess I share with some others: browserslist/browserslist#138
Fixed the name
There was a problem hiding this comment.
This is a logical OR, and results in the following list (npx browserslist)
and_chr 79
and_ff 68
and_qq 1.2
and_uc 12.12
android 76
baidu 7.12
bb 10
chrome 80
chrome 79
edge 80
firefox 72
ie 11
ie_mob 11
ios_saf 13.3
ios_saf 13.2
kaios 2.5
op_mini all
op_mob 46
opera 66
safari 13
samsung 10.1
|
@tylersticka, all updated with instructions to test with new spacing utils. |
Overview
Adds configuration for postcss-preset-env, initial .browserlistrc, and example SCSS update (to be reverted before merge)
Screenshots
In Chrome, latest
Output

Source (mapped)

Testing
u-pad-blockoru-pad-inlineelement and not separate directional padding valuesspacing.scssand note the original properties arepadding-blockandpadding-inline/CC @tylersticka