summaryrefslogblamecommitdiff
path: root/assets/postcss.config.js
blob: 068dbf9154ad8cbb6895d07fc71b10ac2995d66a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                          
module.exports = {
   plugins: {
     'postcss-import': {},
     'postcss-nested': {},
     tailwindcss: {},
     autoprefixer: {},
     cssnano: {
       preset: 'default'
     },
   }
 }