diff options
| author | Zlatan Vasović <[email protected]> | 2014-03-10 08:35:50 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-03-10 08:35:50 +0100 |
| commit | 1a417357ad19e5797bb338cca7de9bd8b7dbabc6 (patch) | |
| tree | e1c2de340dd2c99bb8f47149562708645aea25fd | |
| parent | e727973d8c8cec151f13bd65d24a664918efd28a (diff) | |
| download | bootstrap-1a417357ad19e5797bb338cca7de9bd8b7dbabc6.tar.xz bootstrap-1a417357ad19e5797bb338cca7de9bd8b7dbabc6.zip | |
Add missing customizer comment
| -rw-r--r-- | docs/_includes/customizer-variables.html | 1 | ||||
| -rw-r--r-- | less/variables.less | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 7f2dd58b7..e807e1231 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -45,6 +45,7 @@ </div> </div> <h2 id="scaffolding">Scaffolding</h2> +<p>Settings for some of the most global styles.</p> <div class="row"> <div class="bs-customizer-input"> <label for="input-@body-bg">@body-bg</label> diff --git a/less/variables.less b/less/variables.less index 82616ac56..cdc1ba881 100644 --- a/less/variables.less +++ b/less/variables.less @@ -22,7 +22,7 @@ //== Scaffolding // -// ## Settings for some of the most global styles. +//## Settings for some of the most global styles. //** Background color for `<body>`. @body-bg: #fff; |
