opengist/postcss.config.js

8 lines
99 B
JavaScript
Raw Normal View History

2023-03-14 16:22:52 +01:00
module.exports = {
2023-03-23 16:00:48 +01:00
plugins: {
tailwindcss: {},
autoprefixer: {},
cssnano: {},
},
2023-03-14 16:22:52 +01:00
}