mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -05:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
|
|
/** @type {import('postcss-load-config').Config} */
|
||
|
|
const config = {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
},
|
||
|
|
};
|
||
|
|
|
||
|
|
export default config;
|