From 3c946514d7d598ff5beb9cce2dc8dfea76479496 Mon Sep 17 00:00:00 2001 From: ztimson Date: Sat, 25 Jul 2026 03:55:04 -0400 Subject: [PATCH] More demo cleanup --- index.html | 69 +++++++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/index.html b/index.html index a11cf67..9975712 100644 --- a/index.html +++ b/index.html @@ -367,12 +367,13 @@

Opt-in opinionated resets. Apply .fix to enable all, or use granular classes.

- .[no-]fix - .[no-]fix-anchor - .[no-]fix-button - .[no-]fix-dom - .[no-]fix-focus - .[no-]fix-font + .fix + .fix-anchor + .fix-button + .fix-dom + .fix-focus + .fix-font + .fix-scrollbar .reset
@@ -380,8 +381,8 @@ -
@@ -1264,31 +1265,35 @@
Margin: .m[b|e|s|t|x|y]-[bp]-[0–5|auto]
Padding: .p[b|e|s|t|x|y]-[bp]-[0–5]
-
-
.m-0 .p-0
-
.m-1 .p-1
-
.m-2 .p-2
-
.m-3 .p-3
-
.m-4 .p-4
-
-
-
.mt-3
-
.mb-3
-
.ms-3
-
.me-3
-
.mx-3
-
.my-3
-
.mx-auto
-
-
-
Directional padding
+
-
.pt-3
-
.pb-3
-
.ps-3
-
.pe-3
-
.px-3
-
.py-3
+
.mx-auto
+
+
.my-3 .py-3
+
+
+
.mt-3 .pt-3
+
+
+
.mb-3 .pb-3
+
+
+
.ms-3 .ps-3
+
+
+
.me-3 .pe-3
+
+
+
.mx-3 .px-3
+
+
+
+
.m-0 .p-0
+
.m-1 .p-1
+
.m-2 .p-2
+
.m-3 .p-3
+
.m-4 .p-4
+
.m-5 .p-5