You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 😄.
I am trying to use
tachyons
with simplereact
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
As I understood the issue is connected with
cssnano
library.The text was updated successfully, but these errors were encountered: