Skip to content

Tailwind CSS not being bundled in static export #23195

Answered by Lite5h4dow
Lite5h4dow asked this question in Help
Discussion options

You must be logged in to vote

this turned out to be an issue with tailwinds config. if you use the ./src/pages file tree like me then the tailwind css dosent generate properly.
get your purge looking like this purge: ["./src/pages/**/*.{js,ts,jsx,tsx}", "./src/components/**/*.{js,ts,jsx,tsx}"]

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Lite5h4dow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #23191 on March 18, 2021 15:13.