feat(ui): Sidebar nav
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import typography from "@tailwindcss/typography";
|
||||
import kobalte from "@kobalte/tailwindcss";
|
||||
import core from "./tailwind/core-plugin";
|
||||
|
||||
@@ -6,7 +5,7 @@ import core from "./tailwind/core-plugin";
|
||||
const config = {
|
||||
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
||||
theme: {},
|
||||
plugins: [typography, core, kobalte],
|
||||
plugins: [core, kobalte],
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user