-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Rename "gutenberg" Class Names #10777
Copy link
Copy link
Closed
Labels
Good First IssueAn issue that's suitable for someone looking to contribute for the first timeAn issue that's suitable for someone looking to contribute for the first time[Type] Breaking ChangeFor PRs that introduce a change that will break existing functionalityFor PRs that introduce a change that will break existing functionality[Type] Code QualityIssues or PRs that relate to code qualityIssues or PRs that relate to code quality
Milestone
Metadata
Metadata
Assignees
Labels
Good First IssueAn issue that's suitable for someone looking to contribute for the first timeAn issue that's suitable for someone looking to contribute for the first time[Type] Breaking ChangeFor PRs that introduce a change that will break existing functionalityFor PRs that introduce a change that will break existing functionality[Type] Code QualityIssues or PRs that relate to code qualityIssues or PRs that relate to code quality
Type
Fields
Give feedbackNo fields configured for issues without a type.
There are several instances of
gutenbergCSS classes which need to be renamed for core..gutenberg-editor-pageshould become.block-editor-page..gutenbergshould become.block-editor..gutenberg__editorshould become.block-editor__container.There are quite a few references to these classes in the docs, they'll also need to be fixed.
Core will use both the old and new class names while this issues is fixed.