Skip to content

removing white space ruins css #2

@defenderjim

Description

@defenderjim

Love the code. Devilishly simple Thank you!

When the code sets the <style> section, the white space is removed. This messes up the css and causes a bug. Took a few minutes to figure out what was going on.

style.innerHTML=css.textContent.replace(/\s/g,"");

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