1
0
Fork 0
mirror of https://github.com/thomiceli/opengist.git synced 2025-03-11 04:00:47 +00:00
opengist/postcss.config.js
2023-03-23 16:00:48 +01:00

7 lines
99 B
JavaScript

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