mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-24 15:34:45 +00:00
add !default for variable
This commit is contained in:
parent
1d9e5da9ee
commit
9c9fe7da94
@ -1,8 +1,8 @@
|
||||
/**
|
||||
* Global */
|
||||
|
||||
$ms-font-path: '../fonts';
|
||||
$ms-version: '1.3.1';
|
||||
$ms-font-size-base: 14px;
|
||||
$ms-prefix: ms;
|
||||
$ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif';
|
||||
$ms-font-path: '../fonts' !default;
|
||||
$ms-version: '1.3.1' !default;
|
||||
$ms-font-size-base: 14px !default;
|
||||
$ms-prefix: ms !default;
|
||||
$ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif' !default;
|
||||
|
Loading…
Reference in New Issue
Block a user