postcss.config.js 130 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8
// postcss.config.js
module.exports = {
  plugins: {
    'postcss-import': {},
    tailwindcss: {},
    autoprefixer: {},
  }
}