mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
chore: update import statements and add UI source
- Updated import statement in next-env.d.ts to use consistent quotation marks. - Added import for @afilmory/ui in globals.css and tailwind.css for improved styling and component usage. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
@import 'tailwindcss';
|
||||
|
||||
@source "../../../node_modules/@afilmory/ui";
|
||||
|
||||
@plugin '@tailwindcss/typography';
|
||||
@plugin 'tailwind-scrollbar';
|
||||
@plugin 'tailwindcss-animate';
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
@import 'tailwindcss-safe-area';
|
||||
@import 'tailwindcss-uikit-colors/v4/macos.css';
|
||||
|
||||
@source "../../node_modules/@afilmory/ui";
|
||||
|
||||
@plugin "daisyui/theme" {
|
||||
name: 'dark';
|
||||
prefersdark: true;
|
||||
|
||||
Reference in New Issue
Block a user