]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: missing !default in _base.scss #12072 12073/head
authorAlexander Kucheryuk <3331946+alexkuc@users.noreply.github.com>
Fri, 8 May 2020 10:57:39 +0000 (13:57 +0300)
committerAlexander Kucheryuk <3331946+alexkuc@users.noreply.github.com>
Fri, 8 May 2020 10:57:39 +0000 (13:57 +0300)
L120 and L200 in the file scss/typography/_base.scss are missing `!default`

scss/typography/_base.scss

index 050b119d0e5e1b7c1af6e1f7fed0fec73ce66120..fe064196bacb9f9c64e88433e668382a425a372a 100644 (file)
@@ -117,7 +117,7 @@ $paragraph-text-rendering: optimizeLegibility !default;
 
 /// Use the `.code-inline` component as default for `<code>` 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 `<cite>` elements.
 /// @type Boolean
-$enable-cite-block: true;
+$enable-cite-block: true !default;
 
 /// Font family for `<kbd>` elements.
 /// @type String | List