Initial commit
This commit is contained in:
8
resources/css/app.css
Normal file
8
resources/css/app.css
Normal file
@@ -0,0 +1,8 @@
|
||||
@source "../**/*.{js,ts,jsx,tsx}"
|
||||
@import "tailwindcss/preflight";
|
||||
@import 'tailwindcss';
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
||||
@plugin '../../hero.ts';
|
||||
@source '../../node_modules/@heroui/theme/dist/**/*.{js,ts,jsx,tsx}';
|
||||
@custom-variant dark (&:is(.dark *));
|
||||
Reference in New Issue
Block a user