]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: fixed more build warnings
authorJoe Workman <joe@workmanmail.com>
Mon, 1 Nov 2021 19:59:58 +0000 (12:59 -0700)
committerJoe Workman <joe@workmanmail.com>
Mon, 1 Nov 2021 19:59:58 +0000 (12:59 -0700)
scss/util/_breakpoint.scss
scss/util/_color.scss
scss/util/_mixins.scss

index d3fa64e85fd09e3c717547332c991272310aa6a2..febb11b87e57d31b088b47884c5735148dda8a9f 100644 (file)
@@ -6,11 +6,8 @@
 /// @group breakpoints
 ////
 
-////
 /// Patch to fix issue #12080
-
 $-zf-size: null;
-////
 
 /// A list of named breakpoints. You can use these with the `breakpoint()` mixin to quickly create media queries.
 /// @type Map
index 1eb50e70c952d41c166dbd6beb3d0155a3733c47..67a8ab458909a3af10dafc2234dedfc0532bfd70 100644 (file)
@@ -6,15 +6,12 @@
 
 $contrast-warnings: true !default;
 
-////
 /// Patch to fix issue #12080
-
 $primary-color: null !default;
 $secondary-color: null !default;
 $warning-color: null !default;
 $alert-color: null !default;
 $success-color: null !default;
-////
 
 ////
 /// @group functions
index c87a6a1958560de7141e3aea68f09b6969a57759..ea191d30c6b6cb0c6ad6db40ec14daf3412713a6 100644 (file)
@@ -6,11 +6,9 @@
 /// @group functions
 ////
 
-////
-/// Patch to fix issue #12080
+// Patch to fix issue #12080
 $-zf-pb-value: null;
 
-////
 /// Creates an inner box-shadow for only one side
 ///
 /// @param {Keyword} $side - Side the shadow is supposed to appear. Can be `top`, `left`, `right` or `bottom`.