Skip to content

Commit

Permalink
Use $space-* vars for $liner-* values in CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanfalkowski committed Apr 12, 2019
1 parent f5611e3 commit 045f289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/src/core/var/_space.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ $gap: $space-xxl !default;
$gutter: $space-base !default;

// Liner is the whitespace between the content box and content.
$liner-base: 15px !default;
$liner-l: 30px !default; // min-width: 900px
$liner-base: $space-base !default;
$liner-l: $space-xxl !default; // min-width: 900px

// Trim is the whitespace between the content and viewport edge.
$trim-base: $space-base !default;
Expand Down

0 comments on commit 045f289

Please sign in to comment.