Pulls in fix from Lisstem:patch-1 to fix sass apostrophe bug

This commit is contained in:
Andrew Gioia 2023-03-08 06:37:23 -05:00
commit fed9259e9d

View File

@ -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;