mindy 0.1.3.1 → 0.1.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/mindy.rb CHANGED
@@ -3,7 +3,7 @@ Compass::Frameworks.register("mindy", :path => "#{File.dirname(__FILE__)}/..")
3
3
 
4
4
  module Mindy
5
5
 
6
- VERSION = "0.1.3.1"
7
- DATE = "2013-02-28"
6
+ VERSION = "0.1.3.2"
7
+ DATE = "2013-03-14"
8
8
 
9
9
  end
@@ -1,6 +1,13 @@
1
1
  @import "compass/css3";
2
2
  @import "compass/utilities";
3
3
 
4
+ // Font antialias
5
+ @mixin antialias()
6
+ {
7
+ -webkit-font-smoothing: antialiased;
8
+ text-rendering: optimizeLegibility;
9
+ }
10
+
4
11
  // Add percentage of white to a color
5
12
  @function tint($color, $percent){
6
13
  @return mix(white, $color, $percent);
@@ -123,4 +130,4 @@
123
130
 
124
131
  .float-left {
125
132
  @include float-left;
126
- }
133
+ }
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 1
8
8
  - 3
9
- - 1
10
- version: 0.1.3.1
9
+ - 2
10
+ version: 0.1.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Falaleev Maxim
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-02-28 00:00:00 +04:00
18
+ date: 2013-03-14 00:00:00 +04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency