Hi, i created my firt gutenberg block with acf composer in sage 10.
I don’t know if I did it right, so I have some questions about best practices.
- I use only tailwind classes so i add taiwlind files to editor.scss, its ok?
- I use custom classes and created component ( example
button.scss
) I import this to app.scss and editor.scss, its ok? - I have a problem with size of elements (@media) in gutenberg editor. The elements adapt to the screen resolution, which makes them too big in gutenberg.
- How to add styles to gutenberg preview in blocks menu?