mirror of https://github.com/twbs/bootstrap.git
correct spelling errors (#26837)
This commit is contained in:
parent
8b50a72f3c
commit
abb4868626
|
|
@ -1,6 +1,6 @@
|
||||||
// Bootstrap functions
|
// Bootstrap functions
|
||||||
//
|
//
|
||||||
// Utility mixins and functions for evalutating source code across our variables, maps, and mixins.
|
// Utility mixins and functions for evaluating source code across our variables, maps, and mixins.
|
||||||
|
|
||||||
// Ascending
|
// Ascending
|
||||||
// Used to evaluate Sass maps like our grid breakpoints.
|
// Used to evaluate Sass maps like our grid breakpoints.
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
padding: $navbar-padding-y $navbar-padding-x;
|
padding: $navbar-padding-y $navbar-padding-x;
|
||||||
|
|
||||||
// Because flex properties aren't inherited, we need to redeclare these first
|
// Because flex properties aren't inherited, we need to redeclare these first
|
||||||
// few properities so that content nested within behave properly.
|
// few properties so that content nested within behave properly.
|
||||||
> .container,
|
> .container,
|
||||||
> .container-fluid {
|
> .container-fluid {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
// Powered by the collapse Bootstrap JavaScript plugin.
|
// Powered by the collapse Bootstrap JavaScript plugin.
|
||||||
|
|
||||||
// When collapsed, prevent the toggleable navbar contents from appearing in
|
// When collapsed, prevent the toggleable navbar contents from appearing in
|
||||||
// the default flexbox row orienation. Requires the use of `flex-wrap: wrap`
|
// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`
|
||||||
// on the `.navbar` parent.
|
// on the `.navbar` parent.
|
||||||
.navbar-collapse {
|
.navbar-collapse {
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Hover mixin and `$enable-hover-media-query` are deprecated.
|
// Hover mixin and `$enable-hover-media-query` are deprecated.
|
||||||
//
|
//
|
||||||
// Origally added during our alphas and maintained during betas, this mixin was
|
// Originally added during our alphas and maintained during betas, this mixin was
|
||||||
// designed to prevent `:hover` stickiness on iOS-an issue where hover styles
|
// designed to prevent `:hover` stickiness on iOS-an issue where hover styles
|
||||||
// would persist after initial touch.
|
// would persist after initial touch.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue