spans 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,15 +20,20 @@
20
20
  }
21
21
  }
22
22
 
23
- @mixin flex-grid-scale($times) {
23
+ @mixin size-scale($times) {
24
24
  $atom-y: $atom-y / $times;
25
25
  $atom-x: $atom-x / $times;
26
- font-size: #{$times}em;
27
26
  @content;
28
27
  $atom-y: $atom-y * $times;
29
28
  $atom-x: $atom-x * $times;
30
29
  }
31
30
 
31
+ // deprecated
32
+ @mixin flex-grid-scale($times) {
33
+ font-size: #{$times}em;
34
+ @include size-scale { @content; }
35
+ }
36
+
32
37
  .spans { @include spans; }
33
38
 
34
39
  @for $i from 1 through $modules-x-count {
data/lib/spans/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Spans
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spans
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-13 00:00:00.000000000 Z
12
+ date: 2013-02-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: inline-blocks
@@ -58,7 +58,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
58
58
  version: '0'
59
59
  segments:
60
60
  - 0
61
- hash: -3412805545090323807
61
+ hash: 3283207008503999020
62
62
  required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  none: false
64
64
  requirements:
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  version: '0'
68
68
  segments:
69
69
  - 0
70
- hash: -3412805545090323807
70
+ hash: 3283207008503999020
71
71
  requirements: []
72
72
  rubyforge_project:
73
73
  rubygems_version: 1.8.23