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
Runs Tailwind CSS CLI directly - manually purge and update with;
npx tailwindcss -i ./src/input.css -o ./assets/stylesheets/styles.css --minify,
add --watch flag to watch for changes whilst in dev and auto rebuild on each change.
Local vs Server config
Asset paths:
Local & server: /assets/...
some css & js mime type recognision issues/solutions: