SurfSense/apps/web/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2024-07-30 16:00:11 -07:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};