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' * {