mindy 0.1.3.1 → 0.1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/mindy.rb +2 -2
- data/stylesheets/mindy/utils/_mixins.scss +8 -1
- metadata +3 -3
data/lib/mindy.rb
CHANGED
@@ -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
|
-
-
|
10
|
-
version: 0.1.3.
|
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-
|
18
|
+
date: 2013-03-14 00:00:00 +04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|