We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7ae23 commit 0ec73beCopy full SHA for 0ec73be
1 file changed
_sass/minimal-mistakes-plus/vendor/breakpoint/_breakpoint.scss
@@ -80,7 +80,7 @@ $breakpoint: () !default;
80
}
81
82
$vertical-query-string: str-replace($query-string, "width", "height");
83
- &:is(.vertical, .vertical *) {
+ &:is(html.vertical, html.vertical *) {
84
@media #{$vertical-query-string} {
85
@content;
86
@@ -93,7 +93,7 @@ $breakpoint: () !default;
93
94
95
$vertical-query-string: str-replace($query-string, "height", "width");
96
97
98
99
0 commit comments