Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old style CSS style_slot is not present on the theme #127

Open
keul opened this issue Mar 16, 2017 · 1 comment
Open

Old style CSS style_slot is not present on the theme #127

keul opened this issue Mar 16, 2017 · 1 comment

Comments

@keul
Copy link
Member

keul commented Mar 16, 2017

I don't think is an issue of content rule, that's is there, but someway <style> nodes are not moved from the content to the theme.

This if the template piece:

<head>
    <metal:style fill-slot="style_slot">
        <link rel="stylesheet" src="aaaaa.css"/>
        <style type="text/css">
            ....
        </style>
    </metal:style>
</head>

The link tag is rendered on the theme, while the style tag not.

If I move the CSS from the style_slot to the body, it works normally.

@nilaygit-10721
Copy link

can you specify the file path?

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

No branches or pull requests

2 participants