_sass/vendor/breakpoint/parsers/_single.scss in sparrow-jekyll-theme-0.1.1 vs _sass/vendor/breakpoint/parsers/_single.scss in sparrow-jekyll-theme-0.1.2
- old
+ new
@@ -1,26 +1,26 @@
-//////////////////////////////
-// Import Pieces
-//////////////////////////////
-@import "single/default";
-
-@function breakpoint-parse-single($feature, $empty-media, $first) {
- $parsed: '';
- $leader: '';
- // If we're forcing
- @if not ($empty-media) or not ($first) {
- $leader: 'and ';
- }
-
- // If it's a single feature that can stand alone, we let it
- @if (breakpoint-single-string($feature)) {
- $parsed: $feature;
- // Set Context
- $context-setter: private-breakpoint-set-context($feature, $feature);
- }
- // If it's not a stand alone feature, we pass it off to the default handler.
- @else {
- $parsed: breakpoint-parse-default($feature);
- }
-
- @return $leader + '(' + $parsed + ')';
-}
+//////////////////////////////
+// Import Pieces
+//////////////////////////////
+@import "single/default";
+
+@function breakpoint-parse-single($feature, $empty-media, $first) {
+ $parsed: '';
+ $leader: '';
+ // If we're forcing
+ @if not ($empty-media) or not ($first) {
+ $leader: 'and ';
+ }
+
+ // If it's a single feature that can stand alone, we let it
+ @if (breakpoint-single-string($feature)) {
+ $parsed: $feature;
+ // Set Context
+ $context-setter: private-breakpoint-set-context($feature, $feature);
+ }
+ // If it's not a stand alone feature, we pass it off to the default handler.
+ @else {
+ $parsed: breakpoint-parse-default($feature);
+ }
+
+ @return $leader + '(' + $parsed + ')';
+}