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

Am injecting stylesheets as children of the html, not the head #25

Closed
eyalroz opened this issue Aug 12, 2020 · 0 comments
Closed

Am injecting stylesheets as children of the html, not the head #25

eyalroz opened this issue Aug 12, 2020 · 0 comments
Assignees
Labels

Comments

@eyalroz
Copy link
Owner

eyalroz commented Aug 12, 2020

We should inject/append stylesheets to a message as children of the head element, not of the html element like we do now.

@eyalroz eyalroz added the task label Aug 12, 2020
@eyalroz eyalroz self-assigned this Aug 12, 2020
eyalroz pushed a commit that referenced this issue Aug 12, 2020
* Now making sure to add stylesheet link elements to the `<head>` element, not the root `<html>` element, of a message.
* Now using an attribute on the HTML element instead of a class

but the warning persists...
eyalroz pushed a commit that referenced this issue Aug 12, 2020
* Now making sure to add stylesheet link elements to the `<head>` element, not the root `<html>` element, of a message.
* Now using an attribute on the HTML element instead of a class

but the warning persists...
eyalroz pushed a commit that referenced this issue Aug 13, 2020
* Now making sure to add stylesheet link elements to the `<head>` element, not the root `<html>` element, of a message.
* Now using an attribute on the HTML element instead of a class

but the warning persists...
eyalroz pushed a commit that referenced this issue Aug 14, 2020
* Now making sure to add stylesheet link elements to the `<head>` element, not the root `<html>` element, of a message.
* Now using an attribute on the HTML element instead of a class

but the warning persists...
eyalroz pushed a commit that referenced this issue Aug 16, 2020
* Now making sure to add stylesheet link elements to the `<head>` element, not the root `<html>` element, of a message.
* Now using an attribute on the HTML element instead of a class

but the warning persists...
eyalroz pushed a commit that referenced this issue Sep 5, 2020
* Now making sure to add stylesheet link elements to the `<head>` element, not the root `<html>` element, of a message.
* Now using an attribute on the HTML element instead of a class

but the warning persists...
eyalroz pushed a commit that referenced this issue Sep 5, 2020
* Now making sure to add stylesheet link elements to the `<head>` element, not the root `<html>` element, of a message.
* Now using an attribute on the HTML element instead of a class

but the warning persists...
eyalroz pushed a commit that referenced this issue Sep 5, 2020
* Now making sure to add stylesheet link elements to the `<head>` element, not the root `<html>` element, of a message.
* Now using an attribute on the HTML element instead of a class

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

No branches or pull requests

1 participant