- .wp-block-separator {
- margin: var(--wp--custom--separator--margin);
- opacity: var(--wp--custom--separator--opacity); // Mirror controls that Gutenberg theme.css offers: https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/separator/theme.scss
- &:not(.is-style-wide){
- width: var(--wp--custom--separator--width);
- }
- }
|