From 92f3fa7bd578aa530ad4beea664b06b0a4e3c344 Mon Sep 17 00:00:00 2001 From: reverend Date: Tue, 9 Mar 2021 12:40:56 +0100 Subject: [PATCH] Housekeeping --- components/02_ContentShape/_contentShape.styl | 4 ++++ components/_components.styl | 13 +++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 components/02_ContentShape/_contentShape.styl diff --git a/components/02_ContentShape/_contentShape.styl b/components/02_ContentShape/_contentShape.styl new file mode 100644 index 0000000..912234f --- /dev/null +++ b/components/02_ContentShape/_contentShape.styl @@ -0,0 +1,4 @@ +@import 'aspectRatio/_aspectRatio' +@import 'focalPoint/_focalPoint' +@import 'shape/_shape' +@import 'truncation/_truncation' \ No newline at end of file diff --git a/components/_components.styl b/components/_components.styl index b980581..60409e2 100644 --- a/components/_components.styl +++ b/components/_components.styl @@ -1,15 +1,12 @@ -html - --shf: 4.9406564584124654e-322; - @import '00_Tools/_tools' - @import '01_Layouts/_layouts' -@import '02_Styles/_styles' -@import '03_Atoms/_atoms' -@import '04_Molecules/_molecules' +@import '02_ContentShape/_contentShape' +@import '03_Styles/_styles' +@import '04_Atoms/_atoms' +//@import '04_Molecules/_molecules' -@import '10_ContentShape/_contentShape' //@import '05_Organisms/_organisms' +//@import '10_Examples/playground/_playground' * {