You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on an ongoing project that uses Tailwind CSS along with ShadeCN. We recently integrated a rich text editor, but the styles are not aligning with our theme. After investigating, it appears that the issue is related to the prefix configuration in Tailwind.
Expected Behavior:
The editor should apply the Tailwind styles according to our theme, with the prefix richtext- functioning correctly.
Actual Behavior:
No Tailwind styles are being applied to the component due to the prefix configuration in the build.
Steps to Reproduce:
Set up a project using Tailwind CSS and ShadeCN with custom tailwind theme.
Integrate the rich text editor.
Observe that styles do not apply as expected.
The text was updated successfully, but these errors were encountered:
I'm currently working on an ongoing project that uses Tailwind CSS along with ShadeCN. We recently integrated a rich text editor, but the styles are not aligning with our theme. After investigating, it appears that the issue is related to the prefix configuration in Tailwind.
Expected Behavior:
The editor should apply the Tailwind styles according to our theme, with the prefix
richtext-
functioning correctly.Actual Behavior:
No Tailwind styles are being applied to the component due to the prefix configuration in the build.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: