From: Alexander Kucheryuk <3331946+alexkuc@users.noreply.github.com> Date: Fri, 8 May 2020 10:57:39 +0000 (+0300) Subject: fix: missing !default in _base.scss #12072 X-Git-Tag: v6.7.1~73^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F12073%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: missing !default in _base.scss #12072 L120 and L200 in the file scss/typography/_base.scss are missing `!default` --- diff --git a/scss/typography/_base.scss b/scss/typography/_base.scss index 050b119d0..fe064196b 100644 --- a/scss/typography/_base.scss +++ b/scss/typography/_base.scss @@ -117,7 +117,7 @@ $paragraph-text-rendering: optimizeLegibility !default; /// Use the `.code-inline` component as default for `` elements. /// @type Boolean -$enable-code-inline: true; +$enable-code-inline: true !default; /// Default color for links. /// @type Color @@ -197,7 +197,7 @@ $blockquote-border: 1px solid $medium-gray !default; /// Use the `.cite-block` component as default for `` elements. /// @type Boolean -$enable-cite-block: true; +$enable-cite-block: true !default; /// Font family for `` elements. /// @type String | List