@import "tailwindcss";
@import "highlight.js/styles/github-dark.css";
@source "../../public/*.html";
@source "../../app/helpers/**/*.rb";
@source "../../app/javascript/**/*.js";
@source "../../app/views/**/*";

@plugin "daisyui";
@plugin "daisyui/theme" {
  name: "cupcake";
  default: true;
}