aboutsummaryrefslogtreecommitdiffstats
path: root/site/static/styles/scss/webdocs.scss
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-08 17:40:04 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-08 17:40:35 +0100
commitf1fcccfd71623904abf1fd583ca552d4a297fea4 (patch)
tree1c75535e3b98fa299f7dcce4d2ccb7f769750026 /site/static/styles/scss/webdocs.scss
parentd756f0604a581cc161e16e5b92856619690abf70 (diff)
Added templating for section-xxx tags.
Security Blueprint doc uses specific tags to display arrays (see docs/security-blueprint/README.md) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'site/static/styles/scss/webdocs.scss')
-rw-r--r--site/static/styles/scss/webdocs.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/static/styles/scss/webdocs.scss b/site/static/styles/scss/webdocs.scss
index ccd8572..ae3b6b0 100644
--- a/site/static/styles/scss/webdocs.scss
+++ b/site/static/styles/scss/webdocs.scss
@@ -242,3 +242,4 @@ code {
@import '_contribute';
@import '_contact';
@import '_artwork';
+@import '_sections';