File "postcss.config.js"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/header-footer-elementor/postcss.config.js
File size: 151 bytes
MIME-type: text/plain
Charset: utf-8

module.exports = {
	plugins: {
		tailwindcss: {}, // Enables Tailwind CSS
		autoprefixer: {}, // Enables Autoprefixer for cross-browser support
	},
};