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

browsers: ['not Chrome'] throws an error #54

Closed
JeffreyArts opened this issue Sep 7, 2015 · 2 comments
Closed

browsers: ['not Chrome'] throws an error #54

JeffreyArts opened this issue Sep 7, 2015 · 2 comments

Comments

@JeffreyArts
Copy link

I get an error when I want to target all browsers. The browser query I am using is as followed:

BrowserslistError: Unknown browser query Chrome

I solved it already by changing the query to ['last 99 versions'] but I thought is was worth mentioning either way :)

@ai
Copy link
Member

ai commented Sep 7, 2015

It has no connection with gulp-postcss, because it is Browserslist error, which is used in Autoprefixer in many PostCSS plugins. You can get it by BrowserslistError.

@ai
Copy link
Member

ai commented Sep 7, 2015

So you need to open Browserslist docs and read what browsers options is avaiable. You can find there that there is no such option as Chrome. You always must set version.

@ai ai closed this as completed Sep 7, 2015
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

No branches or pull requests

2 participants