From: Mark Otto Date: Tue, 13 Jun 2017 15:25:18 +0000 (-0700) Subject: Mention variable naming scheme to help with #22414 X-Git-Tag: v4.0.0-beta~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5d4430367ce3df483809c539edced2daf2d7743;p=thirdparty%2Fbootstrap.git Mention variable naming scheme to help with #22414 --- 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