-
Notifications
You must be signed in to change notification settings - Fork 294
Overrides kill all styling #145
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
Comments
@selfagency did you place your rules in the
|
@elisealcala Can you recreate on https://play.tailwindcss.com/ ? |
@chasegiunta It was indeed placed under the |
@chasegiunta I was able to recreate it with version v1.9.6 |
@elisealcala Ah gotcha. Which version of the tailwind typography plugin are you using?
|
Here's my reproduction, also in 1.9.6. I am using typography "^0.4.0". |
Side note — shouldn't using |
@selfagency Probably. Not sure what's going on there. Looks like not using Tailwind 2.0+ is the issue for both of y'all. If you cannot upgrade to Tailwind 2.0, I would drop down to tailwindcss-typography 2.0 and that should resolve your issues. Make sure you read the past configuration in the readme as the configuration structure changed from 2.0 to 3.0 |
Ok, I figured out my issue. As of Nuxt 2.15, the documentation on the Nuxt Tailwind site is incorrect: This:
should now be:
|
@selfagency good to close the issue? |
Uh oh!
There was an error while loading. Please reload this page.
For some reason, if I do any sort of customization of this plugin's styles in my
tailwind.config.js
, it breaks everything.Without any overrides in my Tailwind config:
After adding the following to my Tailwind config:
Any ideas how to resolve this? Thanks.
The text was updated successfully, but these errors were encountered: