Issue #2109Opened July 1, 2019by inventorbit1 reactions

[BUG] Tailwind flex classes are not working

Question

Thanks for providing the amazing framework and making it opensource. I'm looking to use Tailwind with GrapesJS, unfortunately grapesjs replaces "/" with "-" in the selector. Is it possible to override this?

When I try to drag and drop responsive columns in canvas

<!-- Two columns -->
<div class="flex mb-4">
  <div class="w-1/2 bg-gray-400 h-12"></div>
  <div class="w-1/2 bg-gray-500 h-12"></div>
</div>

It replaces them to:

<div class="flex mb-4">
  <div class="w-1-2 bg-gray-400 h-12">Drop Your Content
  </div>
  <div class="w-1-2 bg-gray-500 h-12">Drop Your Content
  </div>
</div>

How can I fix this issue? Please help me.

Answers (3)

artfJuly 12, 20191 reactions

#1703 waiting for a help 😬

gavinhewittMarch 13, 20200 reactions

Thanks for providing the amazing framework and making it opensource. I'm looking to use Tailwind with GrapesJS, unfortunately grapesjs replaces "/" with "-" in the selector. Is it possible to override this?

When I try to drag and drop responsive columns in canvas

<!-- Two columns -->
<div class="flex mb-4">
  <div class="w-1/2 bg-gray-400 h-12"></div>
  <div class="w-1/2 bg-gray-500 h-12"></div>
</div>

It replaces them to:

<div class="flex mb-4">
  <div class="w-1-2 bg-gray-400 h-12">Drop Your Content
  </div>
  <div class="w-1-2 bg-gray-500 h-12">Drop Your Content
  </div>
</div>

How can I fix this issue? Please help me.

What's your progress on making grapes work with Tailwind @inventorbit? Would love to see!

chrisreedtechJuly 2, 20200 reactions

What's your progress on making grapes work with Tailwind @inventorbit? Would love to see!

@artf , I'm also curious if there is any progress on this or an available work around?

Thanks for your time developing grapes!

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.