Skip to content

Commit cc24ecc

Browse files
committed
Reversed order of font declarations
1 parent 15fa6d1 commit cc24ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sassutils/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def __call__(self, environ, start_response):
145145
self.quote_css_string(str(e)).encode('utf-8'),
146146
b'; color: maroon; background-color: white',
147147
b'; white-space: pre-wrap; display: block; ',
148-
b'font-family: monospace, "Courier New"; user-select: text; }'
148+
b'font-family: "Courier New", monospace; user-select: text; }'
149149
]
150150

151151
def read_file(path):

0 commit comments

Comments
 (0)