WC_Twenty_Twelve::enqueue_styles()public staticWC 1.0

Add theme compatibility styles.

Method of the class: WC_Twenty_Twelve{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Twenty_Twelve::enqueue_styles();

WC_Twenty_Twelve::enqueue_styles() code WC 9.4.2

<?php
public static function enqueue_styles() {
	?>
	<style type="text/css">
		.wc-block-components-notice-banner.is-error li {
			margin: 0;
		}
	</style>
	<?php
}