????

Your IP : 3.145.14.25


Current Path : /proc/self/cwd/wp-content/plugins/cartflows/modules/gutenberg/src/controls/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/cartflows/modules/gutenberg/src/controls/generateCSSUnit.js

function generateCSSUnit( value, unit ) {
	let css = '';

	if ( typeof value !== 'undefined' ) {
		css += value + unit;
	}

	return css;
}

export default generateCSSUnit;