selfservice/postcss.config.js
2021-02-20 18:43:02 +01:00

7 lines
82 B
JavaScript

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