@import "tailwindcss";

@custom-variant dark (&:where(.dark, .dark *));

@import "flowbite/src/themes/default";
@plugin "flowbite/plugin";

@source "../../views/**/*.html.erb";
@source "../../components/**/*.html.erb";
@source "../../components/**/*.rb";
@source "../../helpers/**/*.rb";
@source "../../javascript/**/*.js";
@source "../../../node_modules/flowbite";
