Adjust partials' naming, Make colours standard CSS to force me to not
remove the docker comment.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
Reference in New Issue
Block a user