mjmlio / mjml

MJML: the only framework that makes responsive-email easy
https://mjml.io
MIT License
17.08k stars 960 forks source link

Can't use mj-column-per-33 class inside mj-raw #1040

Closed Tlapi closed 6 years ago

Tlapi commented 6 years ago

Can't use mj-column-per-33 class inside mj-raw, resulting in error MJML badly formatted

MJML:

<mjml>
  <mj-body>
    <mj-container>

      <mj-section>
        <mj-column>
          <mj-raw>
            <div class="mj-column-per-33"></div>
            </mj-raw>
        </mj-column>
      </mj-section>

    </mj-container>
  </mj-body>
</mjml>
iRyusa commented 6 years ago

Hi,

There’s already an issue about that, it’s fixed in MJML4

On 9 Mar 2018, at 17:29, Tlapi notifications@github.com wrote:

Can't use mj-column-per-33 class inside mj-raw, resulting in error MJML badly formatted

MJML:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Tlapi commented 6 years ago

Ooops, sorry about that. I was testing on mjml.io