We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
emotion
react
Relevant code:
emotion/packages/create-emotion/src/sheet.js
Lines 44 to 57 in 3544dd6
What you did:
react-emotion
What happened:
It returned dozens of warning concerning the type attribute that is no longer necessary in HTML5.
type
Warning: The type attribute for the style element is not needed and should be omitted. ;}</style><style type="text/css" data-emotion="">.css-v
Reproduction:
Not sure if it's needed (the code doing it is right there), but if you'd like to see it in the wild, go to https://validator.w3.org/nu/ and check https://zefenify.com/about.html mentioned in the README.
Problem description:
As W3 docs say:
In HTML5, the type attribute is no longer required for CSS. The default value is "text/css".
Suggested solution:
Delete the line 46.
Line 46 in 3544dd6
The text was updated successfully, but these errors were encountered:
Thanks for the issue!! If you submit a PR removing that line and updating any necessary snapshots, I'd be happy to merge it.
Sorry, something went wrong.
Fix emotion-js#623
70b8787
This attribute is no longer required in HTML5.
f49361e
No branches or pull requests
emotion
version: 9.0.2react
version: 16.3.1Relevant code:
emotion/packages/create-emotion/src/sheet.js
Lines 44 to 57 in 3544dd6
What you did:
react-emotion
in my application.What happened:
It returned dozens of warning concerning the
type
attribute that is no longer necessary in HTML5.Reproduction:
Not sure if it's needed (the code doing it is right there), but if you'd like to see it in the wild, go to https://validator.w3.org/nu/ and check https://zefenify.com/about.html mentioned in the README.
Problem description:
As W3 docs say:
Suggested solution:
Delete the line 46.
emotion/packages/create-emotion/src/sheet.js
Line 46 in 3544dd6
The text was updated successfully, but these errors were encountered: