Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit f9c52bf

Browse files
committed
chore(scss): use media-query utility mixin everywhere
1 parent ddd3fe2 commit f9c52bf

27 files changed

+72
-96
lines changed
Binary file not shown.

examples/bootstrap/css-gridish/css/bootstrap-grid-legacy.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ body {
333333
--bootstrap-height-28: 28rem;
334334
--bootstrap-height-29: 29rem; } }
335335

336-
@media (min-width: 100rem) {
336+
@media screen and (min-width: 100rem) {
337337
.bootstrap-grid__col--sm--0--only {
338338
display: block; }
339339
[class*="bootstrap-grid__col--xl--"] {

examples/bootstrap/css-gridish/css/bootstrap-grid-legacy.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/bootstrap/css-gridish/css/bootstrap-grid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ body {
144144
--bootstrap-height-28: 28rem;
145145
--bootstrap-height-29: 29rem; }
146146

147-
@media (min-width: 100rem) {
147+
@media screen and (min-width: 100rem) {
148148
.bootstrap-grid__col--sm--0--only {
149149
display: block; }
150150
[class*="bootstrap-grid__col--xl--"] {

0 commit comments

Comments
 (0)