mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-18 07:15:20 +00:00
refac: tailwind
This commit is contained in:
parent
31545439a0
commit
346b7ddb14
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
import typography from '@tailwindcss/typography';
|
||||||
|
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
export default {
|
export default {
|
||||||
darkMode: 'class',
|
darkMode: 'class',
|
||||||
|
|
@ -36,5 +38,5 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: [require('@tailwindcss/typography')]
|
plugins: [typography]
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue