Skip to content

Add <noscript> support for 'extractStyles' #50

@Stevetec-exe

Description

@Stevetec-exe

When using

app.set("layout extractStyles", true)

it would be very usefull if styles inside of <noscript> blocks would preserve this fact, otherwise using Fallback styles like this:

<noscript>
    <link rel="stylesheet" href="/assets/css/noscript.css" type="text/css" />
</noscript>

becomes impossible (without using hacks like removing the style with JS)

- Stevetec

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