singularity-quick-spanner 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/singularity-quick-spanner.rb +1 -1
- data/stylesheets/_singularity-quick-spanner.sass +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 805d1546bb169d384be1d9cacd5db85394e9079c
|
4
|
+
data.tar.gz: 69c09a4095f073863454d2775c02576cab1917d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ca69b34f3efcf7bbb743cf121138dd23e01077d1a964951b1ea5c19db6bee9365b2fb0915af8f9ee5d0d113bfcdfe0064db7b8524d3ce4e769c2bc4c8f5762d
|
7
|
+
data.tar.gz: c94ef4d8082994e5cb63ab09dcd40727f50b21cd3d13bfc2c8d91344cd7739c3d5b2e8b22b34744ea7c41e873bcdc7e98aa3b8ab3176a7e29e964eb65c316bb8
|
@@ -163,7 +163,7 @@ $sqs-buffer: () !default !global
|
|
163
163
|
|
164
164
|
=rwd-thumb-span($start-cols: 1, $start-slice: 1, $guts: 0.1, $gutstyle: find-gutter-style(), $pseudoclass: $sqs-thumb-span-pseudoclass, $center-last-row: $sqs-thumb-span-center-last-row, $bottom-margins: $sqs-thumb-span-bottom-margins, $cancel-last-row-margins: $sqs-thumb-span-cancel-last-row-margins, $overhead-min: $sqs-thumb-span-overhead-min, $overhead-max: $sqs-thumb-span-overhead-max)
|
165
165
|
|
166
|
-
@if not
|
166
|
+
@if not mixin-exists(at)
|
167
167
|
@warn "Singularity Quick Spanner's `rwd-thumb-span` mixin requires Breakpoint Slicer: https://github.com/lolmaus/breakpoint-slicer"
|
168
168
|
|
169
169
|
@for $i from 1 through (total-slices() - $start-slice + 1)
|