@import "tailwindcss";

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

/* Sidebar collapse state — driven by `sidebar-collapsed` class on <html>,
   set by sidebar_controller.js and the inline FOUC script in
   application.html.erb. */
@custom-variant sidebar-collapsed (&:where(html.sidebar-collapsed, html.sidebar-collapsed *));
@custom-variant sidebar-expanded (&:where(html:not(.sidebar-collapsed), html:not(.sidebar-collapsed) *));
