Skip to content

Bug - crashes with WordPress CSS #24

@lautiamkok

Description

@lautiamkok

It has bugs obviously. It removes all CSS styles you embed or via WordPress system, e.g.:

<style type="text/css" media="screen">
    html { margin-top: 32px !important; }
    * html body { margin-top: 32px !important; }
    @media screen and ( max-width: 782px ) {
        html { margin-top: 46px !important; }
        * html body { margin-top: 46px !important; }
    }
</style>
        <style type="text/css" id="wp-custom-css">
            /*
You can add your own CSS here.

Click the help icon above to learn more.
*/


.row.row-banner-notice {
   background-color: #000;
}       </style>

The styles above are removed.

How can we fix this?

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