Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
order as well as specificity, so the state switch cannot be undone by a
sheet that happens to name the same class. */
@import "./home.css";
/* §16 — /profile/: the drafter block and the register. Imported after home.css
because both are page-scoped and neither names a class the other does; the
order is alphabetical-by-phase rather than load-bearing. */
@import "./profile.css";

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

Expand Down
Loading
Loading