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

tailwindcss with style problem - unocss reset dependencies #32

Closed
productdevbook opened this issue Dec 4, 2022 · 2 comments
Closed

Comments

@productdevbook
Copy link

image

image

so some of my tailwindcss codes are not working

@Tahul
Copy link
Owner

Tahul commented Jan 6, 2023

@productdevbook ;

Could you try setting the option setting called preflight to false?

If you are using Nuxt, that can be done this way:

defineNuxtConfig({
   pinceau: {
      preflight: false
   }
})

If you use the Tailwind preflight in combination with Pinceau, it should essentially be the same result for Pinceau, and be compatible with Tailwind!

@productdevbook
Copy link
Author

yes thank you fixed

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

2 participants