Skip to content

Commit

Permalink
Use null so it's not unnecessarily creating properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Mar 12, 2020
1 parent 89d9ba3 commit 9e4405c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Expand Up @@ -251,7 +251,7 @@ $body-text-align: null !default;
$link-color: $primary !default;
$link-decoration: underline !default;
$link-hover-color: darken($link-color, 15%) !default;
$link-hover-decoration: $link-decoration !default;
$link-hover-decoration: null !default;
// Darken percentage for links with `.text-*` class (e.g. `.text-success`)
$emphasized-link-hover-darken-percentage: 15% !default;

Expand Down

0 comments on commit 9e4405c

Please sign in to comment.