From ec1947376ff0974652d1c79bf63a42bb7072ac37 Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Sat, 23 Aug 2025 19:52:33 -0400 Subject: [PATCH] Remove comment from Sass compiled output. --- src/partials/_a_section_list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partials/_a_section_list.scss b/src/partials/_a_section_list.scss index fb6206f..7e8096f 100644 --- a/src/partials/_a_section_list.scss +++ b/src/partials/_a_section_list.scss @@ -82,7 +82,7 @@ } > .body { - /* Collapse the L/R padding to maximize usable space */ + // Collapse the L/R padding to maximize usable space padding: 0; } }