Skip to content

Inlined style stripped #22

Description

@axos88

The following alredy inlined style is strpiped to the first value.

<body style="
  padding:0px;
  margin:0;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 17em, #f6f8f9 17em, #f6f8f9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 17em,#f6f8f9 17em,#f6f8f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 17em,#f6f8f9 17em,#f6f8f9 100%);
">

When sent through the filter becomes:

<body style="
  padding:0px;
  margin:0; 
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 17em,#f6f8f9 17em,#f6f8f9 100%);
">

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions