None of the Tailwind media querys work

For anyone wondering, there was a problem with some package, so after runing inside the theme directory:

rm -rf vendor/
rm -rf node_mdules/
composer install
wp acorn package:discover
yarn install
yarn build

Everything was okay.

3 Likes