susy 2.2.0.beta.3 → 2.2.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/sass/susy/language/susy/_breakpoint-plugin.scss +3 -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: 09f6e23bc7161f2281ad25ddd4727ad1c1e5be26
|
4
|
+
data.tar.gz: 22de933d5efc68f0fe31d8325068c999f3098271
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f927d7f654a24fc7662e045ad819617400dcbb005fe3175b6dee0618732cb9210331c33334573c6de0a6487ea381823685a03c47f13b2e499ec8f0ff5a9c026
|
7
|
+
data.tar.gz: eae2447527bd9643fff830126ee37f24554015d584bbce49415605cdcb8a6a4ac41f536c7eb3ec1e627b259550a72d2158b58e2612c342312156fc41019c09b8
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.2.0.
|
1
|
+
2.2.0.rc.0
|
@@ -36,7 +36,9 @@ $susy-breakpoints: ();
|
|
36
36
|
$no-query: false
|
37
37
|
) {
|
38
38
|
@if susy-support(breakpoint, (mixin: breakpoint), $warn: false) {
|
39
|
-
@include breakpoint($query, $no-query)
|
39
|
+
@include breakpoint($query, $no-query) {
|
40
|
+
@content;
|
41
|
+
}
|
40
42
|
} @else {
|
41
43
|
@media #{susy-build-breakpoint($query)} {
|
42
44
|
@content;
|