mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
|
/** @type {import('postcss-load-config').Config} */
|
||
|
const config = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
},
|
||
|
};
|
||
|
|
||
|
export default config;
|