]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
SingleQuotess: Prefer single quoted strings 6339/head
authorMarco Biedermann <marco.biedermann@gmx.de>
Sat, 28 Feb 2015 23:42:49 +0000 (00:42 +0100)
committerMarco Biedermann <marco.biedermann@gmx.de>
Sat, 28 Feb 2015 23:42:49 +0000 (00:42 +0100)
41 files changed:
scss/foundation.scss
scss/foundation/_settings.scss
scss/foundation/components/_accordion.scss
scss/foundation/components/_alert-boxes.scss
scss/foundation/components/_block-grid.scss
scss/foundation/components/_breadcrumbs.scss
scss/foundation/components/_button-groups.scss
scss/foundation/components/_buttons.scss
scss/foundation/components/_clearing.scss
scss/foundation/components/_dropdown-buttons.scss
scss/foundation/components/_dropdown.scss
scss/foundation/components/_flex-video.scss
scss/foundation/components/_forms.scss
scss/foundation/components/_global.scss
scss/foundation/components/_grid.scss
scss/foundation/components/_icon-bar.scss
scss/foundation/components/_inline-lists.scss
scss/foundation/components/_joyride.scss
scss/foundation/components/_keystrokes.scss
scss/foundation/components/_labels.scss
scss/foundation/components/_magellan.scss
scss/foundation/components/_offcanvas.scss
scss/foundation/components/_orbit.scss
scss/foundation/components/_pagination.scss
scss/foundation/components/_panels.scss
scss/foundation/components/_pricing-tables.scss
scss/foundation/components/_progress-bars.scss
scss/foundation/components/_range-slider.scss
scss/foundation/components/_reveal.scss
scss/foundation/components/_side-nav.scss
scss/foundation/components/_split-buttons.scss
scss/foundation/components/_sub-nav.scss
scss/foundation/components/_switches.scss
scss/foundation/components/_tables.scss
scss/foundation/components/_tabs.scss
scss/foundation/components/_thumbs.scss
scss/foundation/components/_toolbar.scss
scss/foundation/components/_tooltips.scss
scss/foundation/components/_top-bar.scss
scss/foundation/components/_type.scss
scss/foundation/components/_visibility.scss

index 23b8a9b58b045c41c6405bfc16aed8bbda5cc2f3..7507d646aa3c46d34ab5849626e167ddec1cd8da 100644 (file)
@@ -5,40 +5,40 @@
 // Make sure the charset is set appropriately
 
 // Behold, here are all the Foundation components.
-@import "foundation/components/grid";
-@import "foundation/components/accordion";
-@import "foundation/components/alert-boxes";
-@import "foundation/components/block-grid";
-@import "foundation/components/breadcrumbs";
-@import "foundation/components/button-groups";
-@import "foundation/components/buttons";
-@import "foundation/components/clearing";
-@import "foundation/components/dropdown";
-@import "foundation/components/dropdown-buttons";
-@import "foundation/components/flex-video";
-@import "foundation/components/forms";
-@import "foundation/components/icon-bar";
-@import "foundation/components/inline-lists";
-@import "foundation/components/joyride";
-@import "foundation/components/keystrokes";
-@import "foundation/components/labels";
-@import "foundation/components/magellan";
-@import "foundation/components/orbit";
-@import "foundation/components/pagination";
-@import "foundation/components/panels";
-@import "foundation/components/pricing-tables";
-@import "foundation/components/progress-bars";
-@import "foundation/components/range-slider";
-@import "foundation/components/reveal";
-@import "foundation/components/side-nav";
-@import "foundation/components/split-buttons";
-@import "foundation/components/sub-nav";
-@import "foundation/components/switches";
-@import "foundation/components/tables";
-@import "foundation/components/tabs";
-@import "foundation/components/thumbs";
-@import "foundation/components/tooltips";
-@import "foundation/components/top-bar";
-@import "foundation/components/type";
-@import "foundation/components/offcanvas";
-@import "foundation/components/visibility";
+@import 'foundation/components/grid';
+@import 'foundation/components/accordion';
+@import 'foundation/components/alert-boxes';
+@import 'foundation/components/block-grid';
+@import 'foundation/components/breadcrumbs';
+@import 'foundation/components/button-groups';
+@import 'foundation/components/buttons';
+@import 'foundation/components/clearing';
+@import 'foundation/components/dropdown';
+@import 'foundation/components/dropdown-buttons';
+@import 'foundation/components/flex-video';
+@import 'foundation/components/forms';
+@import 'foundation/components/icon-bar';
+@import 'foundation/components/inline-lists';
+@import 'foundation/components/joyride';
+@import 'foundation/components/keystrokes';
+@import 'foundation/components/labels';
+@import 'foundation/components/magellan';
+@import 'foundation/components/orbit';
+@import 'foundation/components/pagination';
+@import 'foundation/components/panels';
+@import 'foundation/components/pricing-tables';
+@import 'foundation/components/progress-bars';
+@import 'foundation/components/range-slider';
+@import 'foundation/components/reveal';
+@import 'foundation/components/side-nav';
+@import 'foundation/components/split-buttons';
+@import 'foundation/components/sub-nav';
+@import 'foundation/components/switches';
+@import 'foundation/components/tables';
+@import 'foundation/components/tabs';
+@import 'foundation/components/thumbs';
+@import 'foundation/components/tooltips';
+@import 'foundation/components/top-bar';
+@import 'foundation/components/type';
+@import 'foundation/components/offcanvas';
+@import 'foundation/components/visibility';
index affe28a6424a407c8aed832551363ac29142a8fa..b79325f41d5fc03961dfa6b67e50cd175fc4f5d6 100644 (file)
@@ -55,7 +55,7 @@
 // $rem-base: 16px;
 
 // Allows the use of rem-calc() or lower-bound() in your settings
-@import "foundation/functions";
+@import 'foundation/functions';
 
 // The default font-size is set to 100% of the browser style sheet (usually 16px)
 // for compatibility with browser-based text zoom or user-set defaults.
index f068ecaa85a633069dd25ce8f02a81b9856ae984..9271be0e8042b93032bfa24bbd69d9328024ddcc 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index 239bc6a677f5cec29217423118d38512c3aa24ce..4285fae01425daaf91e7cfc33a9a9c6706806c81 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // Alert Box Variables
index 50a8ed65f57cad8cffa899862290c8a310fb5f81..8b3406838fa720fe78def3d4b00da8e0cd982394 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // Block Grid Variables
index 547c7828e7fed7e651bce2bdf5ef2d72ddc54a1c..d5582b257444b0853f7469817b117f1cf1a96322 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // Breadcrumb Variables
index 6893bad896e2112e2605f0dcbc18ec0faf2138c6..1f29ea7c1d9e9bf3ba83d25df703e9c3b77d24a4 100644 (file)
@@ -2,8 +2,8 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
-@import "buttons";
+@import 'global';
+@import 'buttons';
 
 //
 // Button Group Variables
index 19b7c9422883290ea1348ebf5ac0995e594e6945..bb0d4369231b175eb282452b44c072d43898648d 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index a3483ed354472918624216577747fef0b41d04ed..dc271e781fea05438eeec02c3463b88a12ca6752 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index e62f8f79cee83746d727cc3d3d0944a1bd4393f2..f3d8812864ee4affeb2eb37d9d7a207497244729 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index 381c1387c4da840ecafa78c492fb6d5980121dee..e0e418e8a211b43b43820abf9b78d55f0e0fc862 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
@@ -101,7 +101,7 @@ $f-dropdown-radius: $global-radius !default;
     margin-top: $f-dropdown-margin-top;
 
     @if $f-dropdown-triangle-size != 0px {
-    
+
       &:before {
         @include css-triangle($f-dropdown-triangle-size, $f-dropdown-triangle-color, bottom);
         position: absolute;
index 93216fd6415a1125261dcb0d29767450fcf0e783..6568c6e865f1871439267f624d88a335747d1e12 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index d897ed43263615586ea3d49c438c7f28c0b7d066..9c59ddf19815ab5e1fd6c552ee1baca2309d5cdc 100644 (file)
@@ -2,8 +2,8 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
-@import "buttons";
+@import 'global';
+@import 'buttons';
 
 //
 // @variables
index 22983bc6a1e05317e85bfc391f960bb7441d4c1c..7f4d56bbcc7d7db27a742c39806cc1038160cafd 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "../functions";
+@import '../functions';
 //
 // Foundation Variables
 //
index 6771987479d1f90ad790cfecd4a0ea665367f435..a69060b7d126ee1a50919745c454a6b6cca85a5d 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index 97f20cbf3869f0fd7c99844b85a922be7c8629f0..66466bc4ca8a76497a17d6c95c7b99244972fbdc 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 
 // @name
index 37b4fd47a7854cede61624e4a2e690cbdbb47e71..ae90db4fba7e244c9cf3cd3b8dfe39cb078ff8ab 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index 37ac233561cd293685a0b4a536d603c31097c052..bbcb3ce5415e76c2142216d415b13c0e80bc6d21 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index adebd6b145814df4be4dfc2aa7595f1390e37124..136db52331ab16be840ced00da9ddaa5123b5bf2 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index 8d302d86924757fc4322307499d6fc6e770f2c12..5bfedf0c0908f33d58021130c9f141824000d640 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index fb10c7d1d7a1884311796077dd7cac0daf034c2d..efebfdda5940cd6d0e98b2e5c216269d5dc725c9 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index 0df0bffbbb32aa6666556de7d8ff1da26a75594e..e48ec92bb459d9032cd59c181e1cc000c97d3309 100644 (file)
@@ -2,8 +2,8 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
-@import "type";
+@import 'global';
+@import 'type';
 
 // Off Canvas Tab Bar Variables
 $include-html-off-canvas-classes: $include-html-classes !default;
@@ -481,7 +481,7 @@ $menu-slide: "transform 500ms ease" !default;
       .move-left > .inner-wrap { right: $off-canvas-width; }
       .move-right > .inner-wrap { left: $off-canvas-width; }
     }
-    
+
     .left-submenu {
       @include off-canvas-submenu($position: left);
       &.move-right, &.offcanvas-overlap-right, &.offcanvas-overlap {
index 9ea6fcbd5d797c77bfe3f9dca93606d3a75e931c..727bed39b276d854c2e063f653457ea372b537c5 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 // @variables
 //
index da6aada9712f41e7b87dafb8af48a898ebdf62b6..755d18b85818f96f048c3626f5d18f579baed776 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index fe6126a949e803a209440480736d36cf5e57e2b2..e207880b9b025a3e5e8b24463503ac14d01af32e 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
@@ -45,7 +45,7 @@ $callout-panel-link-color-hover: scale-color($callout-panel-link-color, $lightne
     @if $border {
       border-style: $panel-border-style;
       border-width: $panel-border-size;
-      border-color: scale-color($bg, $lightness: $panel-function-factor);    
+      border-color: scale-color($bg, $lightness: $panel-function-factor);
     } @else {
       border-style: none;
       border-width: 0;
index 97b14c444c176169d87d7b5690ea5a215de6d09a..938cc7228df763092ff2bf796efedc927ec9c2f1 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index 974a710d364dfe9214ab03cc70f9eed82e11f57a..7162dae990c9e96ccf478b870b9f0951cdb10d12 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index 6af1497664582e09e1ea86afb3fe68ab2020571d..39158203564ecf01929899b4381b1222e71bc7d2 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @name _range-slider.scss
index 5c4f89f2a3b5a063bd09f3f657fc80b511b20717..c88d8579edb74f5f727dd3e401bdbfef8e1da533 100644 (file)
@@ -2,8 +2,8 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
-@import "grid";
+@import 'global';
+@import 'grid';
 
 //
 // @name _reveal.scss
index 5c329046f0dd4b3fa348c4bd80208f2a2bcf4950..982b59a72f7551d3b454ee31fa67e50c5bcfe095 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @variables
index 49f0b650862e61e724ce1f2a9bb50c8d5534a5a0..a62caff3182db5c4eb12808c617e1cebfd890b12 100644 (file)
@@ -2,9 +2,9 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
-@import "buttons";
-@import "dropdown-buttons";
+@import 'global';
+@import 'buttons';
+@import 'dropdown-buttons';
 
 //
 // @name _split-buttons.scss
@@ -64,8 +64,8 @@ $split-button-pip-default-float-lrg: rem-calc(-6) !default;
 // $base-style - Apply base style to split button. Default: true.
 @mixin split-button(
   $padding:medium,
-  $pip-color:$split-button-pip-color, 
-  $span-border:$primary-color, 
+  $pip-color:$split-button-pip-color,
+  $span-border:$primary-color,
   $base-style:true) {
 
   // With this, we can control whether or not the base styles come through.
index e258c3a9bcdf78805353db4c39b21064c6a16d51..938b6b070f34495dfd1c11c007b318b09e198639 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @name _sub-nav.scss
index 8bc2ad023d2643dde656ff1d017f9d0e707e53b0..9320dde3ae1a61c8c4d39e7e7a3e4862d1d8ea36 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @name
index ba3e42e62ff8a999babb527d5105548bd6cbd69b..c29d047657a45ce5ec94c48f877660801693979c 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @name _tables.scss
index d170311edda9b73b9cc47dd9c74a08e971b87236..c45cfddad82fe2fbbe70c40a2869e78ed7ab7a10 100644 (file)
@@ -2,8 +2,8 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
-@import "grid";
+@import 'global';
+@import 'grid';
 
 //
 // @variables
index 67081592ad2bc2d7ac2dee221611bead707ac9ed..ab1b199616a3ac323559c6d7534db4e3400b186d 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // @name _thumbs.scss
index 94b34facda8c97fd055b9881bcd6631ed660ea3f..782c4a09d993bbaadbc847e0affbaf6f957e6536 100644 (file)
@@ -3,70 +3,70 @@
 // Licensed under MIT Open Source
 // toolbar styles
 
-@import "global";
+@import 'global';
 
 .toolbar {
-       background: $oil;
-       width: 100%;
-       font-size: 0;
-       display: inline-block;
+  background: $oil;
+  width: 100%;
+  font-size: 0;
+  display: inline-block;
 
-       &.label-bottom .tab .tab-content {
-               i, img { margin-bottom: 10px; }
-       }
+  &.label-bottom .tab .tab-content {
+    i, img { margin-bottom: 10px; }
+  }
 
-       &.label-right .tab .tab-content {
-               i, img { margin-right: 10px; display: inline-block;}
-               label { display: inline-block; }
-       }
+  &.label-right .tab .tab-content {
+    i, img { margin-right: 10px; display: inline-block;}
+    label { display: inline-block; }
+  }
 
-       &.vertical.label-right .tab .tab-content {
-               text-align: left;
-       }
+  &.vertical.label-right .tab .tab-content {
+    text-align: left;
+  }
 
-       &.vertical {
-               height: 100%;
-               width: auto;
+  &.vertical {
+    height: 100%;
+    width: auto;
 
-               .tab {
-                       width: auto;
-                       margin: auto;
-                       float: none;
-               }
-       }
+    .tab {
+      width: auto;
+      margin: auto;
+      float: none;
+    }
+  }
 
-       .tab {
-               text-align: center;
-               width: 25%;
-               margin: 0 auto;
-               display: block;
-               padding: 20px;
-               float: left;
+  .tab {
+    text-align: center;
+    width: 25%;
+    margin: 0 auto;
+    display: block;
+    padding: 20px;
+    float: left;
 
-               &:hover {
-                       background: rgba($white, .1);
-               }
-       }
+    &:hover {
+      background: rgba($white, .1);
+    }
+  }
 }
 
 .toolbar .tab-content {
-       font-size: 16px;
-       text-align: center;
+  font-size: 16px;
+  text-align: center;
 
-       label { color: $iron; }
+  label { color: $iron; }
 
-       i {
-               font-size: 30px;
-               display: block;
-               margin: 0 auto;
-               color: $iron;
-               vertical-align: middle;
-       }
+  i {
+    font-size: 30px;
+    display: block;
+    margin: 0 auto;
+    color: $iron;
+    vertical-align: middle;
+  }
 
-       img {
-               width: 30px;
-               height: 30px;
-               display: block;
-               margin: 0 auto;
-       }
+  img {
+    width: 30px;
+    height: 30px;
+    display: block;
+    margin: 0 auto;
+  }
 }
index 5196525facb3fab685d5dc1f0e7c15c1a57e1f51..b7aa175923ceace7270bc7f014ee8afcb16d2c14 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // Tooltip Variables
index b0a65cc6037e8ce48b6701d65ee98f3542a12570..a7cf717fcbbe3dbbebc19d66db94eb47f48132bb 100644 (file)
@@ -2,10 +2,10 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
-@import "grid";
-@import "buttons";
-@import "forms";
+@import 'global';
+@import 'grid';
+@import 'buttons';
+@import 'forms';
 
 //
 // Top Bar Variables
index 7beda316341e0692e010154dc8ef4234230766c7..829bf7cc10634ac34c6f1f8f2a9a1620ceb94975 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 $include-html-type-classes: $include-html-classes !default;
 
index 94982e26269733b582eda53e5982f6167907c536..daa9ba0410199ace16fc26f5bf77041c418a30d7 100644 (file)
@@ -2,7 +2,7 @@
 // foundation.zurb.com
 // Licensed under MIT Open Source
 
-@import "global";
+@import 'global';
 
 //
 // Foundation Visibility Classes