raffle-me-that/postcss.config.js
Norman Köhring 1645b3be50 initial
2023-01-04 11:26:59 +01:00

6 lines
82 B
JavaScript

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