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

unstable_tailwind ignores Tailwind v3.3 TypeScript config #5956

Closed
1 task done
markmals opened this issue Mar 30, 2023 · 1 comment
Closed
1 task done

unstable_tailwind ignores Tailwind v3.3 TypeScript config #5956

markmals opened this issue Mar 30, 2023 · 1 comment

Comments

@markmals
Copy link

What version of Remix are you using?

1.14.3

Are all your remix dependencies & dev-dependencies using the same version?

  • Yes

Steps to Reproduce

  1. Enable unstable_tailwind: true in remix.config.js
  2. npm i tailwindcss@latest
  3. Create a TypeScript Tailwind config (tailwind.config.ts)
  4. Run remix dev

Expected Behavior

Tailwind styles should render seamlessly with a TypeScript configuration file and unstable_tailwind: true

Actual Behavior

Tailwind styles don't render with a TypeScript tailwind.config

@MichaelDeBoey
Copy link
Member

This is fixed by #5850

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants