Support

Account

Home Forums Gutenberg ACF 5.8 blocks – styles Reply To: ACF 5.8 blocks – styles

  • You can also add an editor stylesheet using wordpress’s existing functionality

    https://codex.wordpress.org/Editor_Style

    so what I’d did was setup my sass build script to exported my block specific css to an editor-styles.css as well as the main stylesheet.

    Its a bit fiddler to make sure that your blocks’ css is self contained but it works pretty well and beats maintaining two different stylesheets