mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
Merge pull request #9930 from tagliala/whitespaces-fix
Removed trailing whitespaces in responsive-utilities.less
This commit is contained in:
commit
0759dc4119
@ -48,12 +48,12 @@
|
|||||||
&.visible-md {
|
&.visible-md {
|
||||||
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.visible-lg {
|
&.visible-lg {
|
||||||
@media (min-width: @screen-lg) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.visible-sm {
|
.visible-sm {
|
||||||
@ -61,7 +61,7 @@
|
|||||||
&.visible-xs {
|
&.visible-xs {
|
||||||
@media (max-width: @screen-xs-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
@ -69,12 +69,12 @@
|
|||||||
&.visible-md {
|
&.visible-md {
|
||||||
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.visible-lg {
|
&.visible-lg {
|
||||||
@media (min-width: @screen-lg) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.visible-md {
|
.visible-md {
|
||||||
@ -82,7 +82,7 @@
|
|||||||
&.visible-xs {
|
&.visible-xs {
|
||||||
@media (max-width: @screen-xs-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.visible-sm {
|
&.visible-sm {
|
||||||
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
@ -95,7 +95,7 @@
|
|||||||
&.visible-lg {
|
&.visible-lg {
|
||||||
@media (min-width: @screen-lg) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.visible-lg {
|
.visible-lg {
|
||||||
@ -103,7 +103,7 @@
|
|||||||
&.visible-xs {
|
&.visible-xs {
|
||||||
@media (max-width: @screen-xs-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.visible-sm {
|
&.visible-sm {
|
||||||
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
@ -113,7 +113,7 @@
|
|||||||
&.visible-md {
|
&.visible-md {
|
||||||
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: @screen-lg) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
@ -128,17 +128,17 @@
|
|||||||
&.hidden-sm {
|
&.hidden-sm {
|
||||||
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.hidden-md {
|
&.hidden-md {
|
||||||
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.hidden-lg {
|
&.hidden-lg {
|
||||||
@media (min-width: @screen-lg) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.hidden-sm {
|
.hidden-sm {
|
||||||
@ -154,12 +154,12 @@
|
|||||||
&.hidden-md {
|
&.hidden-md {
|
||||||
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.hidden-lg {
|
&.hidden-lg {
|
||||||
@media (min-width: @screen-lg) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.hidden-md {
|
.hidden-md {
|
||||||
@ -167,12 +167,12 @@
|
|||||||
&.hidden-xs {
|
&.hidden-xs {
|
||||||
@media (max-width: @screen-xs-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.hidden-sm {
|
&.hidden-sm {
|
||||||
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
@ -180,7 +180,7 @@
|
|||||||
&.hidden-lg {
|
&.hidden-lg {
|
||||||
@media (min-width: @screen-lg) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.hidden-lg {
|
.hidden-lg {
|
||||||
@ -188,17 +188,17 @@
|
|||||||
&.hidden-xs {
|
&.hidden-xs {
|
||||||
@media (max-width: @screen-xs-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.hidden-sm {
|
&.hidden-sm {
|
||||||
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.hidden-md {
|
&.hidden-md {
|
||||||
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: @screen-lg) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
|
Loading…
Reference in New Issue
Block a user