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.
I am trying to use
tachyonswith simplereactbased application.When I run a command in my scripts like this
tachyons src/css/index.css > src/index.css --minifyI see this error
As I understood the issue is connected with
cssnanolibrary.