From 2e49cf9216de4dfb11ac36e3db9fe8bfa9a42ed6 Mon Sep 17 00:00:00 2001 From: reverend Date: Sun, 23 Aug 2020 11:39:12 +0200 Subject: [PATCH] Scaffolding --- components/01_Layouts/_layouts.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/01_Layouts/_layouts.scss b/components/01_Layouts/_layouts.scss index 40be488..8609c42 100644 --- a/components/01_Layouts/_layouts.scss +++ b/components/01_Layouts/_layouts.scss @@ -1,4 +1,5 @@ @import 'flexRow/flexRow'; @import 'flexGrid/flexGrid'; @import 'contentCrop/contentCrop'; -@import 'fan/fan'; \ No newline at end of file +@import 'fan/fan'; +@import 'fullWidthContent/fullWidthContent'; \ No newline at end of file