chore(npm): update md to v1.2.4

Fixed sass deprecation warnings.
This commit is contained in:
Francis Lachapelle
2022-01-04 11:43:52 -05:00
parent f8b4187d1d
commit d3ede8ce73
20 changed files with 46 additions and 44 deletions
@@ -1,7 +1,7 @@
/// subheader.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends';
$sg-subheader-padding-top-bottom: ($subheader-padding - ($icon-button-height - $subheader-font-size)/2);
$sg-subheader-padding-top-bottom: ($subheader-padding - ($icon-button-height - $subheader-font-size)*0.5);
$sg-subheader-padding-left-right: $baseline-grid;