16 lines
313 B
CSS
16 lines
313 B
CSS
@import "tailwindcss";
|
|
@plugin './hero.ts';
|
|
/* Note: You may need to change the path to fit your project structure */
|
|
@source '../../node_modules/@heroui/theme/dist/**/*.{js,ts,jsx,tsx}';
|
|
@custom-variant dark (&:is(.dark *));
|
|
@plugin "@tailwindcss/typography";
|
|
|
|
@theme inline {
|
|
--color-primary: #000000;
|
|
}
|
|
|
|
|
|
|
|
|
|
|