Listory/frontend/postcss.config.js

7 lines
83 B
JavaScript
Raw Permalink Normal View History

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2023-09-16 13:02:19 +02:00
};