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

Theme requires tailwind.config.js to bin the root of the project with dependencies #3

Open
kjaymiller opened this issue Sep 28, 2023 · 0 comments

Comments

@kjaymiller
Copy link
Owner

If you don't have a tailwind.config.js file in the root of your project with these minimum dependencies your site's theme will not work.

/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ['output/**/*.{html, js}'],
  plugins: [require('@tailwindcss/typography')]
}
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