Files
radio-otherway/postcss.config.js
Fergal Moran e51e670fb2 Auth working
2023-02-21 15:24:38 +00:00

8 lines
87 B
JavaScript

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