SurfSense/surfsense_browser_extension/postcss.config.js

7 lines
77 B
JavaScript
Raw Normal View History

2025-04-07 23:47:06 -07:00
module.exports = {
2025-07-27 12:01:11 -07:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2025-04-07 23:47:06 -07:00
};