aboutsummaryrefslogtreecommitdiff
path: root/apps/styx_web/assets/postcss.config.js
blob: 73e4eb8f22228e77f7b220f60ba6124818580510 (plain) (blame)
1
2
3
4
5
6
7
8
module.exports = {
   plugins: {
     'postcss-import': {},
     tailwindcss: {},
     autoprefixer: {},
   }
 }