From c5d4430367ce3df483809c539edced2daf2d7743 Mon Sep 17 00:00:00 2001
From: Mark Otto <markd.otto@gmail.com>
Date: Tue, 13 Jun 2017 08:25:18 -0700
Subject: [PATCH] Mention variable naming scheme to help with #22414

---
 scss/_variables.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scss/_variables.scss b/scss/_variables.scss
index e5aa9e9256..ede7cb1a4c 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -2,6 +2,9 @@
 //
 // Copy settings from this file into the provided `_custom.scss` to override
 // the Bootstrap defaults without modifying key, versioned files.
+//
+// Variables should follow the `$component-state-property-size` formular for
+// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
 
 
 // Table of Contents
-- 
GitLab