mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
6fb4f6518c
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: { "@tailwindcss/postcss": {} },
|
|
};
|
|
|
|
// eslint-disable-next-line no-undef
|
|
module.exports = config;
|