supermemory/apps/anycontext-front/postcss.config.js
2024-02-23 16:04:49 -07:00

6 lines
83 B
JavaScript

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