samgis / static /postcss.config.js
aletrn's picture
[feat] add working static frontend
aa983ad
raw
history blame contribute delete
106 Bytes
export default {
plugins: {
'postcss-import': {},
tailwindcss: {},
autoprefixer: {},
},
}