-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 the Global Styles Icon and use in the site editor's panel #34871
Conversation
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.
Looks good! Thank you Riad.
Size Change: -306 B (0%) Total Size: 1.06 MB
ℹ️ View Unchanged
|
@@ -81,6 +81,7 @@ export { default as formatUnderline } from './library/format-underline'; | |||
export { default as formatUppercase } from './library/format-uppercase'; | |||
export { default as fullscreen } from './library/fullscreen'; | |||
export { default as gallery } from './library/gallery'; | |||
export { default as globalStyles } from './library/global-styles'; |
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.
Wonder if we should be calling this one just styles
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.
I've no strong opinion. I case we want to do it, here's a PR. The argument for calling it "global styles" was that it feels like a branded symbol that should not be used for any other interface.
closes #20873
Here's how it looks like