Skip to content

Commit 55188cb

Browse files
committed
Merge pull request #20 from bumbu/fix4
fix auto\9 compilation
2 parents 8851126 + fe40cd2 commit 55188cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stylus/reset.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ sub {
7979
img {
8080
/* Responsive images (ensure images don't scale beyond their parents) */
8181
max-width: 100%; /* Part 1: Set a maxium relative to the parent */
82-
width: auto\9; /* IE7-8 need help adjusting responsive images */
82+
width: unquote("auto\9"); /* IE7-8 need help adjusting responsive images */
8383
height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */
8484

8585
vertical-align: middle;
@@ -213,4 +213,4 @@ textarea {
213213
h3 {
214214
page-break-after: avoid;
215215
}
216-
}
216+
}

0 commit comments

Comments
 (0)