Tailwind BUG ? #5679
Unanswered
PanuwatChinpratan
asked this question in
Q&A
Tailwind BUG ?
#5679
Replies: 2 comments 3 replies
-
This won't be a problem with GrapesJS. You will need to ensure that this file is included in your |
Beta Was this translation helpful? Give feedback.
3 replies
-
Yes, I can confirm this is an issue. We are integrating tailwind into our branch right now. The escapeName method in Selector.ts does not account for the special characters that Tailwind uses in it's class names. I just submitted a pull request with an updated regex that that addresses this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Anything inside
[...]
will not work.exam
m-[400px]
can't useBut
m-20
can useNOT WORKING
Beta Was this translation helpful? Give feedback.
All reactions