1
0
mirror of https://github.com/thomiceli/opengist synced 2025-02-21 17:19:34 +01:00
opengist/postcss.config.js
2023-03-23 16:00:48 +01:00

8 lines
99 B
JavaScript

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