Convert EOL sequence to LF

This commit is contained in:
Michael Rose
2018-03-06 16:12:46 -05:00
parent 279770bb5e
commit 588a044986
4 changed files with 4 additions and 4 deletions
_layouts
_sass/minimal-mistakes/skins

@ -9,7 +9,7 @@ $darker-gray : mix(#000, $gray, 60%) !default;
$light-gray : mix(#fff, $gray, 50%) !default;
$lighter-gray : mix(#fff, $gray, 90%) !default;
$body-color : #fff !default;
$body-color : #fff !default;
$background-color : #f0fff0 !default;
$code-background-color : $lighter-gray !default;
$code-background-color-dark : $light-gray !default;