mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Co-authored-by: Mislav Lukach <mislavlukach@gmail.com> Co-authored-by: Hiep Le <69354317+hieptl@users.noreply.github.com> Co-authored-by: hieptl <hieptl.developer@gmail.com> Co-authored-by: openhands <openhands@all-hands.dev>
8 lines
200 B
JavaScript
8 lines
200 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
import { heroui } from "@heroui/react";
|
|
import typography from "@tailwindcss/typography";
|
|
export default {
|
|
darkMode: "class",
|
|
plugins: [typography],
|
|
};
|