diff options
| author | Mark Otto <[email protected]> | 2017-06-13 08:25:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-13 08:44:55 -0700 |
| commit | c5d4430367ce3df483809c539edced2daf2d7743 (patch) | |
| tree | 1151ffed2db498d20825343b600db07bf0554e9d | |
| parent | 1a0a1a0600f70452513f14368beac81b5e3c0c6e (diff) | |
| download | bootstrap-c5d4430367ce3df483809c539edced2daf2d7743.tar.xz bootstrap-c5d4430367ce3df483809c539edced2daf2d7743.zip | |
Mention variable naming scheme to help with #22414
| -rw-r--r-- | scss/_variables.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index e5aa9e925..ede7cb1a4 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 |
