From 1b28967d81dbecc2b9ce52c51f62e1b743b0c0a6 Mon Sep 17 00:00:00 2001 From: Ryan Atkinson Date: Sun, 8 Dec 2024 21:02:57 -0700 Subject: [PATCH] update a comment --- src/lib/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/style.css b/src/lib/style.css index 14f1602d..52798908 100644 --- a/src/lib/style.css +++ b/src/lib/style.css @@ -11,7 +11,8 @@ Some notes: - acts as a CSS reset and also sets minimal defaults for elements with themable variables - uses `:where` on all selectors with more specificity than a single tag/class to lower specificity so utility classes override them - - but `:where` around simple non-compound selectors should maybe be removed + this also means the Moss stylesheet is is less likely to + interfere with the page's styles regardless of where it's imported - needs more variables */