lollms-webui/scripts/python/lollms_installer/frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2023-12-31 23:56:35 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}