From 0ccbaeb5e80bd10264f397760d46f946aed6dded Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 9 Jul 2018 09:25:31 -0400 Subject: [PATCH] More documentation --- scss/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/README.md b/scss/README.md index 29f3eec2..0b3eb81e 100644 --- a/scss/README.md +++ b/scss/README.md @@ -78,3 +78,5 @@ Layouts and behaviors for specific row/col use cases should be handled on a case } } ``` + +Page templates that inherit from the `base.html` template should render `.col` elements at their top level, with no other wrapping elements.