noteshare.space/webapp/postcss.config.cjs
Maxime Cannoodt cc9653d464 reordering
2022-06-21 23:30:11 +02:00

7 lines
82 B
JavaScript

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