mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add missing customizer comment
This commit is contained in:
parent
e727973d8c
commit
1a417357ad
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue