Skip to content

!important is not compiled into inline css #18

@ligockym

Description

@ligockym

Hello,
I think that I have found a bug in your module.

I have this css code:
.button {color: #333 !important}

But it is compiled into:
<div style="color: #333"></div>

The !important is missing in the compiled document. This can cause a problem in email-clients which use to make hyperlinks underlined by using !important.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions