Adjust partials' naming, Make colours standard CSS to force me to not

remove the docker comment.
This commit is contained in:
Cutieguwu
2025-08-20 17:04:18 -04:00
parent 8cbee214cc
commit 5ba0e0408a
3 changed files with 3 additions and 8 deletions

View File

@@ -1,9 +1,10 @@
@use "a_chunk_list"; @use "_a_colours.css";
@use "a_colours";
@use "a_footer"; @use "a_footer";
@use "a_layouts"; @use "a_layouts";
@use "a_pane"; @use "a_pane";
@use "a_quick_links"; @use "a_quick_links";
@use "a_section_list";
:root { :root {
// 0: Base of an element. Example: the viewport class. // 0: Base of an element. Example: the viewport class.

View File

@@ -1,9 +1,3 @@
/*
All specificities to do with Chunk Lists are a disaster.
Hopefully, I will attempt to clean up this steaming pile of shit so that I don't have to deal with conflicts (.main_body .body vs. .chunk .body in particular), but we'll see.
*/
.section_list { .section_list {
display: grid; display: grid;