File "block-styling.js"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/block-styling.js
File size: 229 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * External dependencies
 */
import { isFeaturePluginBuild } from '@woocommerce/block-settings';

export const gatedStyledText = ( { color, fontSize } ) =>
	isFeaturePluginBuild()
		? {
				color,
				fontSize,
		  }
		: {};