File "postcss.config.js"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/themes/twentytwentyone/postcss.config.js
File size: 249 bytes
MIME-type: text/plain
Charset: utf-8

module.exports = {
	plugins: [
		require('postcss-nested'),
		require('postcss-css-variables')({
			preserve: false,
			preserveAtRulesOrder: true
		}),
		require('postcss-calc')({
			precision: 0
		}),
		require('postcss-discard-duplicates')
	]
};