stitch 0.1.3.2 → 0.1.4.beta.1

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.3.2"
2
+ VERSION = "0.1.4.beta.1"
3
3
  end
@@ -9,4 +9,4 @@
9
9
  @import 'patterns/mobile';
10
10
  @import 'patterns/print';
11
11
  @import 'patterns/text';
12
- //@import 'patterns/responsive';
12
+ @import 'patterns/responsive';
@@ -1,2 +1,3 @@
1
1
  @import 'images/image-rendering';
2
- @import 'images/image-replace';
2
+ @import 'images/image-replace';
3
+ @import 'images/inline-icon';
@@ -0,0 +1,5 @@
1
+ @mixin inline-icon($image, $spacing: 10px) {
2
+ background: image-url($image) no-repeat left center;
3
+ padding-left: image-width($image) + $spacing;
4
+ line-height: image-height($image);
5
+ }
@@ -11,7 +11,7 @@
11
11
  }
12
12
 
13
13
  @mixin mobile-landscape {
14
- @media only screen and (min-width : 321px) {
14
+ @media only screen and (max-width : 480px) {
15
15
  @content;
16
16
  }
17
17
  }
@@ -35,7 +35,7 @@
35
35
  }
36
36
 
37
37
  @mixin desktop {
38
- @media only screen and (min-width : 1224px) {
38
+ @media only screen and (min-width : 1025px) {
39
39
  @content;
40
40
  }
41
41
  }
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stitch
3
3
  version: !ruby/object:Gem::Version
4
- hash: 79
5
- prerelease:
4
+ hash: 62196369
5
+ prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- - 2
11
- version: 0.1.3.2
9
+ - 4
10
+ - beta
11
+ - 1
12
+ version: 0.1.4.beta.1
12
13
  platform: ruby
13
14
  authors:
14
15
  - Anthony Short
@@ -16,7 +17,7 @@ autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
19
 
19
- date: 2011-09-27 00:00:00 +10:00
20
+ date: 2011-11-30 00:00:00 +11:00
20
21
  default_executable:
21
22
  dependencies:
22
23
  - !ruby/object:Gem::Dependency
@@ -73,6 +74,7 @@ files:
73
74
  - stylesheets/stitch/patterns/forms/_search-fields.scss
74
75
  - stylesheets/stitch/patterns/images/_image-rendering.scss
75
76
  - stylesheets/stitch/patterns/images/_image-replace.scss
77
+ - stylesheets/stitch/patterns/images/_inline-icon.scss
76
78
  - stylesheets/stitch/patterns/layout/_absolute.scss
77
79
  - stylesheets/stitch/patterns/layout/_center.scss
78
80
  - stylesheets/stitch/patterns/layout/_clear-floats.scss
@@ -119,12 +121,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
119
121
  required_rubygems_version: !ruby/object:Gem::Requirement
120
122
  none: false
121
123
  requirements:
122
- - - ">="
124
+ - - ">"
123
125
  - !ruby/object:Gem::Version
124
- hash: 3
126
+ hash: 25
125
127
  segments:
126
- - 0
127
- version: "0"
128
+ - 1
129
+ - 3
130
+ - 1
131
+ version: 1.3.1
128
132
  requirements: []
129
133
 
130
134
  rubyforge_project: stitch