You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using latest SASS+COMPASS blockquotes come out \201CLoremipsum\201D
The issue is that the $open-quote and $close-quote are not wrapped in speechmarks - As soon as you change line 9 and 10 in _quotes.scss to
$open-quote: "\201C";
$close-quote: "\201D";
they compile properly and speechmarks appear.
The text was updated successfully, but these errors were encountered:
When using latest SASS+COMPASS blockquotes come out \201CLoremipsum\201D
The issue is that the $open-quote and $close-quote are not wrapped in speechmarks - As soon as you change line 9 and 10 in _quotes.scss to
$open-quote: "\201C";
$close-quote: "\201D";
they compile properly and speechmarks appear.
The text was updated successfully, but these errors were encountered: