diff --git a/scss/_variables.scss b/scss/_variables.scss index e5aa9e9256565d6dd469854cd39a1d99ad2165f2..f1e2ede7bf662c2b993de3ea01be7433b171e821 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` formula for +// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs. // Table of Contents