tethys.backend/postcss.config.cjs

12 lines
265 B
JavaScript
Raw Normal View History

2023-03-03 16:54:28 +01:00
module.exports = {
plugins: {
// 'postcss-import': {},
// 'postcss-nesting': {},
'tailwindcss/nesting': {},
// "@tailwindcss/postcss": {},
// tailwindcss: {},
tailwindcss: {},
autoprefixer: {},
},
};