Skip to content

Commit

Permalink
add $spacer-0 alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pqt committed Jul 3, 2018
1 parent 80135b9 commit 95e8208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/primer-support/lib/variables/layout.scss
Expand Up @@ -22,6 +22,7 @@ $spacers: (
) !default;

// Aliases for easy use
$spacer-0: nth($spacers, 1) !default; // 0
$spacer-1: nth($spacers, 2) !default; // 4px
$spacer-2: nth($spacers, 3) !default; // 8px
$spacer-3: nth($spacers, 4) !default; // 16px
Expand Down

0 comments on commit 95e8208

Please sign in to comment.