@import "tailwindcss";

@import "./vue-flow/style.css";
@import "./vue-flow/theme-default.css";

@plugin '@tailwindcss/typography';

@source "../js/**";
@source "../views/**";
@source "../creator/**";
@source "../index.html";

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