We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8851126 + fe40cd2 commit 55188cbCopy full SHA for 55188cb
stylus/reset.styl
@@ -79,7 +79,7 @@ sub {
79
img {
80
/* Responsive images (ensure images don't scale beyond their parents) */
81
max-width: 100%; /* Part 1: Set a maxium relative to the parent */
82
- width: auto\9; /* IE7-8 need help adjusting responsive images */
+ width: unquote("auto\9"); /* IE7-8 need help adjusting responsive images */
83
height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */
84
85
vertical-align: middle;
@@ -213,4 +213,4 @@ textarea {
213
h3 {
214
page-break-after: avoid;
215
}
216
-}
+}
0 commit comments