patterns 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,16 +1,13 @@
|
|
1
|
-
@mixin
|
2
|
-
margin: 0px auto;
|
3
|
-
}
|
4
|
-
@mixin horizontal_center_container {
|
1
|
+
@mixin center_container_horizontal {
|
5
2
|
text-align: center;
|
6
3
|
& > * {
|
7
|
-
|
4
|
+
display: inline-block;
|
8
5
|
text-align: left;
|
9
6
|
}
|
10
7
|
}
|
11
8
|
|
12
9
|
// http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
|
13
|
-
@mixin
|
10
|
+
@mixin center_container_vertical {
|
14
11
|
display: table;
|
15
12
|
position: static;
|
16
13
|
|
data/lib/patterns/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: patterns
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
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: 2013-
|
12
|
+
date: 2013-03-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|