aboutsummaryrefslogtreecommitdiffstats
path: root/postcss.config.js
blob: 3687d286ecd7c992f3f12ff7a564bf997df09388 (plain)
1
2
3
4
5
6
7
8
// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
};