9 lines
259 B
CSS
9 lines
259 B
CSS
@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 *));
|