mirror of
https://litchi.icu/ngc2207/judge4c-db.git
synced 2025-05-18 22:27:20 +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;
|