File "postcss.config.js"
Full Path: /home/quiczmwg/lightspringdigitals.com/dashboard-20260114051212/assets/img/small-logos/postcss.config.js
File size: 124 bytes
MIME-type: text/plain
Charset: utf-8
module.exports = {
plugins: {
tailwindcss: { config: "./tailwindcss-config.js" },
autoprefixer: {},
},
};