File "postcss.config.js"

Full Path: /home/warrior1/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/postcss.config.js
File size: 418 bytes
MIME-type: text/plain
Charset: utf-8

// Uses Jetpack plugin's postcss config.
module.exports = () => ( {
	plugins: {
		'postcss-custom-properties': {
			importFrom: [ require.resolve( '@automattic/calypso-color-schemes' ) ],
			// @TODO: Drop `preserve: false` workaround if possible
			// See https://github.com/Automattic/jetpack/pull/13854#issuecomment-550898168
			preserve: false,
			disableDeprecationNotice: true,
		},
		autoprefixer: {},
	},
} );