monkastremio / packages /frontend /postcss.config.js
brunner56's picture
implement app
0bfe2e3
raw
history blame contribute delete
155 Bytes
module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': 'postcss-nesting',
tailwindcss: {},
autoprefixer: {},
},
};