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

BrowserslistError: Unknown browser query dead #21

Open
EdwardDiehl opened this issue Mar 13, 2019 · 2 comments
Open

BrowserslistError: Unknown browser query dead #21

EdwardDiehl opened this issue Mar 13, 2019 · 2 comments

Comments

@EdwardDiehl
Copy link

EdwardDiehl commented Mar 13, 2019

I am trying to use tachyons with simple react based application.
When I run a command in my scripts like this tachyons src/css/index.css > src/index.css --minify
I see this error

/home/edd/work/testrepo/node_modules/tachyons-build-css/node_modules/caniuse-api/node_modules/browserslist/index.js:37
    throw new BrowserslistError(name);
    ^
BrowserslistError: Unknown browser query `dead`

As I understood the issue is connected with cssnano library.

@darthrellimnad
Copy link

I ran into this too while using tachyons-cli. I've gotten around it in a project by avoiding unsupported browserslist queries in my package.json or browserslistrc file for now, but would love to avoid the workaround and support newer queries 😄.

@jimpala
Copy link

jimpala commented Mar 27, 2019

Also ran into this using the Tachyons/create-react-app tutorial given here:
https://github.com/tachyons-css/tachyons-and-react/tree/master/getting-started

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

3 participants