Files
xtreamium/frontend/postcss.config.js
Fergal Moran f2cde38a0f Initial commit
2022-04-05 11:50:25 +01:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}