Files
clan-core/pkgs/webview-ui/app/postcss.config.js
Johannes Kirschbauer 7980f13bed add webview threaded api
2024-05-18 14:14:12 +00:00

7 lines
83 B
JavaScript

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