Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Tailwind config #19

Open
sivert-io opened this issue Apr 5, 2023 · 0 comments
Open

Incorrect Tailwind config #19

sivert-io opened this issue Apr 5, 2023 · 0 comments

Comments

@sivert-io
Copy link

I won't fork for such a small change.

Your tailwind.config.js is pointing to the pages folder, but you are implementing next's experimental app folder so no tailwind styling is being generated.

(...)
content: [
    "./pages/**/*.{js,ts,jsx,tsx}",
    (...)

Should be

(...)
content: [
    "./app/**/*.{js,ts,jsx,tsx}",
    (...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant