summaryrefslogtreecommitdiff
path: root/craco.config.js
blob: 1d1894c98a6d42ae0528cfe0be8aa8d609065826 (plain)
1
2
3
4
5
6
7
8
9
10
module.exports = {
  style: {
    postcss: {
      plugins: [
        require('tailwindcss'),
        require('autoprefixer'),
      ],
    },
  },
}