Files
radio-otherway/web/postcss.config.js
Fergal Moran 5f847732a4 Added files
2023-03-02 06:27:17 +00:00

8 lines
87 B
JavaScript

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