From dfc946b7770704334aa27beae0b19214a3dfd96b Mon Sep 17 00:00:00 2001
From: Andrew Luca <iamandrewluca@users.noreply.github.com>
Date: Tue, 26 Sep 2017 18:14:52 +0300
Subject: [PATCH] Update comment for forms mixins (#24050)

Check `form-control-focus` mixin, variable name is `$input-focus-border-color`
---
 scss/mixins/_forms.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss
index 67e198c26f..d38c7a8198 100644
--- a/scss/mixins/_forms.scss
+++ b/scss/mixins/_forms.scss
@@ -1,7 +1,7 @@
 // Form control focus state
 //
 // Generate a customized focus state and for any input with the specified color,
-// which defaults to the `@input-border-color-focus` variable.
+// which defaults to the `$input-focus-border-color` variable.
 //
 // We highly encourage you to not customize the default value, but instead use
 // this to tweak colors on an as-needed basis. This aesthetic change is based on
-- 
GitLab