Skip to content

Commit

Permalink
🐛 Add the @Sikessem UI kit
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 19, 2023
1 parent 1df0299 commit 79a02c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import defaultTheme from "tailwindcss/defaultTheme";
import UIPlugin from "./vendor/sikessem/ui/plugin";
import UIConfig from "./vendor/sikessem/ui/tailwind.config";

/** @type {import('tailwindcss').Config} */
export default {
presets: [UIConfig],

content: [
"./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php",
"./storage/framework/views/*.php",
Expand All @@ -22,5 +26,6 @@ export default {
require("@tailwindcss/nesting"),
require("@tailwindcss/forms"),
require("@tailwindcss/typography"),
UIPlugin,
],
};

0 comments on commit 79a02c3

Please sign in to comment.