Skip to content
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

Klaviyo - inlining all universal selector attributes #11

Open
JayOram opened this issue Nov 1, 2021 · 0 comments
Open

Klaviyo - inlining all universal selector attributes #11

JayOram opened this issue Nov 1, 2021 · 0 comments
Labels

Comments

@JayOram
Copy link

JayOram commented Nov 1, 2021

Klaviyo inlines all Universal selector (*) attributes - for example:

* {
                mso-line-height-rule: exactly;
                -webkit-text-size-adjust: none;
                -ms-text-size-adjust: none;
                box-sizing: border-box;
            }

Will become:

<table border="0" cellpadding="0" cellspacing="0" class="kmColumnContainer" style="-ms-text-size-adjust:none; -webkit-text-size-adjust:none; box-sizing:border-box; mso-line-height-rule:exactly"
                      width="100%">
                        <tbody style="-ms-text-size-adjust:none; -webkit-text-size-adjust:none; box-sizing:border-box; mso-line-height-rule:exactly">
                          <tr style="-ms-text-size-adjust:none; -webkit-text-size-adjust:none; box-sizing:border-box; mso-line-height-rule:exactly">
                            <td class="rowContainer" style="-ms-text-size-adjust:none; -webkit-text-size-adjust:none; box-sizing:border-box; mso-line-height-rule:exactly; border-collapse:collapse"
                            valign="top">

so will be added inline to all wrapping elements.

@the2ne the2ne added the Klaviyo label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants