diff options
| author | Mark Otto <[email protected]> | 2015-08-13 23:13:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-13 23:13:38 -0700 |
| commit | 27fbc77ecb543296552b6d8c930e2b71344d4a68 (patch) | |
| tree | 929b26d3b251b02da54ce605772a9951c70f15c6 | |
| parent | 9b1ee31567ac43c33227bf171d0e2e1e4c170591 (diff) | |
| download | bootstrap-27fbc77ecb543296552b6d8c930e2b71344d4a68.tar.xz bootstrap-27fbc77ecb543296552b6d8c930e2b71344d4a68.zip | |
add note about variable structure
| -rw-r--r-- | scss/_variables.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 409ca231e..2322eeadd 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -17,6 +17,10 @@ // Fonts // Components +// General variable structure +// +// Variable format should follow the `$component-modifier-state-property` order. + // Colors // |
