clan-core/pkgs/webview-ui/app/postcss.config.js

9 lines
105 B
JavaScript
Raw Normal View History

2024-06-12 11:21:25 +00:00
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
2024-06-12 11:21:25 +00:00
export default config;