From 8850966e500ccf5ec61b3aa2e5e12328a8cfb94f Mon Sep 17 00:00:00 2001 From: Mark Otto 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 e5aa9e925656..ede7cb1a4c27 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