File "_style.scss"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/.wp-cli/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss
File size: 227 bytes
MIME-type: text/plain
Charset: utf-8

.wp-block-spacer {
	display: block;
	// Remove vertical margins
	margin-bottom: 0 !important;
	margin-top: 0 !important;

	@include media(mobile-only) {

		&[style] {
			height: var(--global--spacing-unit) !important;
		}
	}
}