mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-21 22:54:45 +00:00
Pulls in fix from Lisstem:patch-1 to fix sass apostrophe bug
This commit is contained in:
commit
fed9259e9d
@ -3,7 +3,7 @@ $ms-font-path: '../fonts' !default;
|
||||
$ms-version: '1.15.3' !default;
|
||||
$ms-font-size-base: 14px !default;
|
||||
$ms-prefix: ms !default;
|
||||
$ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif' !default;
|
||||
$ms-serif-font: 'MPlantin, Garamond, Palatino, \'Times New Roman\', Times, serif' !default;
|
||||
|
||||
// mana colors
|
||||
$ms-border-black: #010101;
|
||||
|
Loading…
Reference in New Issue
Block a user