Last active
April 20, 2021 14:59
Revisions
-
anithegregorian revised this gist
Apr 20, 2021 . No changes.There are no files selected for viewing
-
anithegregorian renamed this gist
Apr 20, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
anithegregorian revised this gist
Apr 20, 2021 . No changes.There are no files selected for viewing
-
anithegregorian created this gist
Apr 20, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ // SPACING VARIABLES $margin-spacings: ( xs: rem-calc(8px), sm: rem-calc(16px), md: rem-calc(32px), lg: rem-calc(64px), xl: rem-calc(128px) ); $margin-pushes: ( xs: rem-calc(-8px), sm: rem-calc(-16px), md: rem-calc(-32px), lg: rem-calc(-64px), xl: rem-calc(-128px) ); $padding-spacings: ( xxs: rem-calc(5px), xs: rem-calc(8px), sm: rem-calc(16px), md: rem-calc(32px), lg: rem-calc(64px), xl: rem-calc(128px) ); $gutter-spacings: ( xs: rem-calc(8px), sm: rem-calc(16px), md: rem-calc(32px), lg: rem-calc(64px), xl: rem-calc(128px) );