diff options
| author | Mark Otto <[email protected]> | 2021-02-10 19:29:59 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-10 19:29:59 -0800 |
| commit | 4c7a3e8adf73bf55a5fba5905b356468be17bc0e (patch) | |
| tree | a651ca24b2244b87eddd7a587bfd8a2a03ecd7f1 /scss/_navbar.scss | |
| parent | e50c11b8c6434b6d68ea5897771e4d35fe12f5c3 (diff) | |
| download | bootstrap-4c7a3e8adf73bf55a5fba5905b356468be17bc0e.tar.xz bootstrap-4c7a3e8adf73bf55a5fba5905b356468be17bc0e.zip | |
Add Sass docs (variables, mixins, and loops) to most pages (#32747)
* WIP: Mention variables, mixins, and loops in docs
* Add Sass sections to component pages
* add sass docs for forms and content
* Update buttons.md
* Remove empty mixins sections
* Massive update to utilities and some consistency changes
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'scss/_navbar.scss')
| -rw-r--r-- | scss/_navbar.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 21126b4ed..2ccef11b7 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -154,6 +154,7 @@ overflow-y: auto; } +// scss-docs-start navbar-expand-loop // Generate series of `.navbar-expand-*` responsive classes for configuring // where your navbar collapses. .navbar-expand { @@ -196,6 +197,7 @@ } } } +// scss-docs-end navbar-expand-loop // Navbar themes |
