• I imported my customize css file to block editor on the back end, so I wanna remove the gutenberg auto generate inline styles to keep code clean. So please tell me how to remove the inline style on the back end?

    `.editor-styles-wrapper .wp-container-11 {
    display: flex;
    flex-wrap: nowrap;
    gap: var( –wp–style–block-gap, 2em );
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    • This topic was modified 2 years, 7 months ago by weweloo.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I remove the inline style in block editor.’ is closed to new replies.