stitch 0.1.4.beta.1 → 0.1.4.beta.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Stitch
2
- VERSION = "0.1.4.beta.1"
2
+ VERSION = "0.1.4.beta.2"
3
3
  end
@@ -22,6 +22,12 @@
22
22
  }
23
23
  }
24
24
 
25
+ @mixin max-tablet {
26
+ @media only screen and (max-width : 1024px) {
27
+ @content;
28
+ }
29
+ }
30
+
25
31
  @mixin tablet-portrait {
26
32
  @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
27
33
  @content;
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stitch
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196369
4
+ hash: 62196375
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 4
10
10
  - beta
11
- - 1
12
- version: 0.1.4.beta.1
11
+ - 2
12
+ version: 0.1.4.beta.2
13
13
  platform: ruby
14
14
  authors:
15
15
  - Anthony Short