File "style.scss"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/title/style.scss
File size: 420 bytes
MIME-type: text/plain
Charset: utf-8

// Extra class for specificity to overwrite editor styles.
.wc-block-components-title.wc-block-components-title {
	@include reset-box();
	@include font-size(large);
	word-break: break-word;
}

// For Twenty Twenty we need to increase specificity a bit more.
.theme-twentytwenty {
	.wc-block-components-title.wc-block-components-title {
		@include reset-box();
		@include font-size(large);
		word-break: break-word;
	}
}