-
Notifications
You must be signed in to change notification settings - Fork 68
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
Update server-side-rendering to include style[data-cmpld] #1745
base: master
Are you sure you want to change the base?
Conversation
**Changes** - Update examples to include `data-cmpld=true` as this may help readers deal with edge cases. - Add an additional selector to the Selector workarounds
|
✅ Deploy Preview for compiled-css-in-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -19,9 +19,9 @@ like so: | |||
|
|||
<!-- prettier-ignore --> | |||
```html | |||
<style>._k48pni7l{font-weight:600}</style> | |||
<style data-cmpld=true>._k48pni7l{font-weight:600}</style> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-cmpld=true
should be data-cmpld="true"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes
data-cmpld=true
as this may help readers deal with edge cases.What is this change?
Describe what change you are making here.
Why are we making this change?
Give the full context for your change here.
How are we making this change?
(Optional.)
PR checklist
Don't delete me!
I have...
website/