mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-21 14:54:45 +00:00
Escape apostrophes in scss variables
the apostrophes in the ms-serif-font variable generates an invalid attribute This breaks the loyalty symbols
This commit is contained in:
parent
ce1831695d
commit
6495143eb9
@ -3,7 +3,7 @@ $ms-font-path: '../fonts' !default;
|
||||
$ms-version: '1.14.0' !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