mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2025-12-10 04:01:20 -06:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
};
|
|
|
|
export default config;
|