File "block-styling.js"

Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/block-styling.js
File size: 229 B
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

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

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