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
When I use npx uncss -u uncss.json http://base-dev > ../css/style-uncssed.css, no matter the content of uncss.json a whole bunch of data is dumped and ../css/style-uncssed.css remains empty.
When I use
npx uncss -u uncss.json http://base-dev > ../css/style-uncssed.css
, no matter the content ofuncss.json
a whole bunch of data is dumped and../css/style-uncssed.css
remains empty.This is the tail of the dump:
I've tried the following contents in
uncss.json
or
or
Whenever I run
npx uncss -m "(max-width: 480px) and (orientation: landscape)" http://base-dev > ../css/style-uncssed.css
, all goes well.What am I missing?
The text was updated successfully, but these errors were encountered: