From aec1d3cda42b304e73fdd7449e8a64d642d0f136 Mon Sep 17 00:00:00 2001 From: reverend Date: Wed, 10 Mar 2021 03:00:42 +0100 Subject: [PATCH] Moving spacing to contentshape --- components/02_ContentShape/_contentShape.styl | 1 + components/{03_Styles => 02_ContentShape}/spacing/_spacing.styl | 0 .../{03_Styles => 02_ContentShape}/spacing/spacing.config.json | 0 components/{03_Styles => 02_ContentShape}/spacing/spacing.hbs | 0 components/03_Styles/_styles.styl | 1 - 5 files changed, 1 insertion(+), 1 deletion(-) rename components/{03_Styles => 02_ContentShape}/spacing/_spacing.styl (100%) rename components/{03_Styles => 02_ContentShape}/spacing/spacing.config.json (100%) rename components/{03_Styles => 02_ContentShape}/spacing/spacing.hbs (100%) diff --git a/components/02_ContentShape/_contentShape.styl b/components/02_ContentShape/_contentShape.styl index 4c96ea1..154b504 100644 --- a/components/02_ContentShape/_contentShape.styl +++ b/components/02_ContentShape/_contentShape.styl @@ -1,3 +1,4 @@ +@import 'spacing/_spacing' @import 'aspectRatio/_aspectRatio' @import 'focalPoint/_focalPoint' @import 'shape/_shape' diff --git a/components/03_Styles/spacing/_spacing.styl b/components/02_ContentShape/spacing/_spacing.styl similarity index 100% rename from components/03_Styles/spacing/_spacing.styl rename to components/02_ContentShape/spacing/_spacing.styl diff --git a/components/03_Styles/spacing/spacing.config.json b/components/02_ContentShape/spacing/spacing.config.json similarity index 100% rename from components/03_Styles/spacing/spacing.config.json rename to components/02_ContentShape/spacing/spacing.config.json diff --git a/components/03_Styles/spacing/spacing.hbs b/components/02_ContentShape/spacing/spacing.hbs similarity index 100% rename from components/03_Styles/spacing/spacing.hbs rename to components/02_ContentShape/spacing/spacing.hbs diff --git a/components/03_Styles/_styles.styl b/components/03_Styles/_styles.styl index b6223de..0286003 100644 --- a/components/03_Styles/_styles.styl +++ b/components/03_Styles/_styles.styl @@ -1,5 +1,4 @@ @import 'dummy/_dummy' -@import 'spacing/_spacing' @import 'elementList/_elementList' @import 'boxShadow/_boxShadow' @import 'iconized/_iconized'