]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
@mixin coding style 6266/head
authorMarco Biedermann <marco.biedermann@gmx.de>
Sat, 7 Feb 2015 16:01:40 +0000 (17:01 +0100)
committerMarco Biedermann <marco.biedermann@gmx.de>
Sat, 7 Feb 2015 16:01:40 +0000 (17:01 +0100)
scss/foundation/_functions.scss
scss/foundation/components/_range-slider.scss

index 6f0c46fbc98fd338c4cebb790f514586a3d9a4e4..60c7e01b7c7f502a1761a3accf88a60a7ff4e4a2 100644 (file)
@@ -8,6 +8,7 @@ $rem-base: 16px !default;
 // IMPORT ONCE
 // We use this to prevent styles from being loaded multiple times for components that rely on other components.
 $modules: () !default;
+
 @mixin exports($name) {
   // Import from global scope
   $modules: $modules !global;
index 1acc3ae6b2735ec2e5a14d5007b1924fea5d6225..513fd303bf5de5de06affc8c455682d9a9383bad 100644 (file)
@@ -102,6 +102,7 @@ $range-slider-disabled-cursor: $cursor-disabled-value !default;
   -ms-touch-action: manipulation;
       touch-action: manipulation;
 }
+
 @mixin range-slider-handle-style(
   $bg: true,
   $radius: false,
@@ -118,6 +119,7 @@ $range-slider-disabled-cursor: $cursor-disabled-value !default;
     background: $range-slider-handle-bg-hover-color;
   }
 }
+
 @mixin range-slider-handle() {
   @include range-slider-handle-base;
   @include range-slider-handle-style;