• File: postcss.config.js
  • Full Path: /var/www/html/back/postcss.config.js
  • File size: 93 bytes
  • MIME-type: text/plain
  • Charset: utf-8
export default {
    plugins: {
        tailwindcss: {},
        autoprefixer: {},
    },
};