Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove browsers from PostCSS Config #295

Merged
merged 1 commit into from
Jun 23, 2020
Merged

Remove browsers from PostCSS Config #295

merged 1 commit into from
Jun 23, 2020

Conversation

coliff
Copy link
Contributor

@coliff coliff commented Jun 22, 2020

Specifying browsers via this config is not recommended. The best way to provide browsers is a .browserslistrc file in your project root, or by adding a browserslist key to your package.json. (see: https://github.com/postcss/autoprefixer). However, if you don't define the supported browsers the default browsers option will be used (which is a great setup).
REF: https://github.com/browserslist/browserslist#full-list

Specifying browsers via this config is not recommended. The best way to provide browsers is a .browserslistrc file in your project root, or by adding a browserslist key to your package.json. (see: https://github.com/postcss/autoprefixer). However, if you don't define the supported browsers the default browsers option will be used (which is a great setup).
REF: https://github.com/browserslist/browserslist#full-list
@LisaFC LisaFC merged commit 47c9fcf into google:master Jun 23, 2020
@LisaFC
Copy link
Collaborator

LisaFC commented Jun 23, 2020

Thanks for that!

@coliff coliff deleted the patch-1 branch June 24, 2020 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants