-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Disable Tailwind preflight #59
Comments
I think the "fastest way" will be to create your tailwind build I don't recommend removing Tailwind Preflight since it will cause other issues. I will look into including the typography plugin in the core and support this out of the box. |
actually, the typography plugin is already in the core, so I will update the blade files to include the needed classes and release it today. |
#60 |
Works great! Thanks! |
In blog post and page, the rich editor allows text to be formatted with the basic HTML tags. However, these formatting are lost when the post or page is rendered on the browser. My guess is that Tailwind Preflight is normalising all these formatting. What is the best way to disable Tailwind Preflight?
The text was updated successfully, but these errors were encountered: