livingstyleguide 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -43,6 +43,7 @@
|
|
43
43
|
.livingstyleguide--color-swatches {
|
44
44
|
margin: $livingstyleguide--gap-width auto (-$livingstyleguide--gap-width) auto;
|
45
45
|
padding-left: $livingstyleguide--gap-width;
|
46
|
-
width: $livingstyleguide--width + $livingstyleguide--gap-width;
|
46
|
+
width: $livingstyleguide--width + 2 * $livingstyleguide--gap-width;
|
47
47
|
@include clearfix;
|
48
|
+
@include box-sizing(border-box);
|
48
49
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: livingstyleguide
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
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-04-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: minisyntax
|
@@ -164,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
164
164
|
version: '0'
|
165
165
|
segments:
|
166
166
|
- 0
|
167
|
-
hash: -
|
167
|
+
hash: -2420325218216024458
|
168
168
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
169
169
|
none: false
|
170
170
|
requirements:
|
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
173
173
|
version: '0'
|
174
174
|
segments:
|
175
175
|
- 0
|
176
|
-
hash: -
|
176
|
+
hash: -2420325218216024458
|
177
177
|
requirements: []
|
178
178
|
rubyforge_project:
|
179
179
|
rubygems_version: 1.8.23
|