supermemory/apps/web-v2/postcss.config.js
2024-05-19 14:05:09 -05:00

6 lines
83 B
JavaScript

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