From ca331e27f0f7074134488bde2400e81c21de22c8 Mon Sep 17 00:00:00 2001 From: Coty Condry Date: Mon, 21 Sep 2020 19:14:30 -0500 Subject: [PATCH] add comment about button darken variables --- sass/elements/button.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/elements/button.sass b/sass/elements/button.sass index 240660bd..d0908aba 100644 --- a/sass/elements/button.sass +++ b/sass/elements/button.sass @@ -35,6 +35,7 @@ $button-static-border-color: $border !default $button-colors: $colors !default +// how much to darken the buttons when they are in hover or active state $button-darken-half: $darken-half !default $button-darken-full: $darken-full !default