diff options
| -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; |
