Skip to content

No need to add theme support for editor styles #90

@cdils

Description

@cdils

As of Gutenberg 11.8, it looks like default theme supports are automatically added, including editor-styles

frost/functions.php

Lines 32 to 33 in 0f210ab

// Add support for editor styles.
add_theme_support( 'editor-styles' );

On a local install, I commented out those lines ☝️ and editor styles still loaded as expected.

Tested with:

WordPress 5.9.1
Gutenberg 13.2.0
Frost 0.9.6

Happy to submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions