Skip to content

Commit

Permalink
feat(variables): apply Boosted variables, nullify unused Bootstrap on…
Browse files Browse the repository at this point in the history
…es — compiling without components for now
  • Loading branch information
ffoodd committed Apr 8, 2020
1 parent bc10a8b commit ab43d22
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 357 deletions.
2 changes: 1 addition & 1 deletion scss/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $_luminance-list: .0008 .001 .0011 .0013 .0015 .0017 .002 .0022 .0025 .0027 .003
@if ($background == $primary) {
@return $color-contrast-light;
}
// end mod
// End mod
$l1: luminance($background);
$l2: luminance(opaque($background, $color-contrast-light));

Expand Down
Loading

0 comments on commit ab43d22

Please sign in to comment.