livingstyleguide 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -0
- data/.travis.yml +5 -0
- data/Rakefile +1 -0
- data/lib/livingstyleguide/version.rb +1 -1
- data/stylesheets/livingstyleguide/_color-swatches.scss +3 -5
- metadata +5 -4
data/.gitignore
CHANGED
data/.travis.yml
ADDED
data/Rakefile
CHANGED
@@ -19,10 +19,6 @@
|
|
19
19
|
z-index: 1;
|
20
20
|
@include box-sizing(border-box);
|
21
21
|
|
22
|
-
&:nth-child(#{$livingstyleguide--color-swatches-per-line}n) {
|
23
|
-
margin-right: 0;
|
24
|
-
}
|
25
|
-
|
26
22
|
&:before {
|
27
23
|
border: $livingstyleguide--color-swatch-border-width $livingstyleguide--code-border-color solid;
|
28
24
|
content: "";
|
@@ -40,11 +36,13 @@
|
|
40
36
|
&:after {
|
41
37
|
display: block;
|
42
38
|
font-weight: normal;
|
39
|
+
text-align: center;
|
43
40
|
}
|
44
41
|
}
|
45
42
|
|
46
43
|
.livingstyleguide--color-swatches {
|
47
44
|
margin: $livingstyleguide--gap-width auto (-$livingstyleguide--gap-width) auto;
|
48
|
-
|
45
|
+
padding-left: $livingstyleguide--gap-width;
|
46
|
+
width: $livingstyleguide--width + $livingstyleguide--gap-width;
|
49
47
|
@include clearfix;
|
50
48
|
}
|
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.1
|
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-02-
|
12
|
+
date: 2013-02-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: minisyntax
|
@@ -115,6 +115,7 @@ extensions: []
|
|
115
115
|
extra_rdoc_files: []
|
116
116
|
files:
|
117
117
|
- .gitignore
|
118
|
+
- .travis.yml
|
118
119
|
- Gemfile
|
119
120
|
- LICENSE.txt
|
120
121
|
- README.md
|
@@ -163,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
163
164
|
version: '0'
|
164
165
|
segments:
|
165
166
|
- 0
|
166
|
-
hash:
|
167
|
+
hash: -3922562203233437430
|
167
168
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
168
169
|
none: false
|
169
170
|
requirements:
|
@@ -172,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
172
173
|
version: '0'
|
173
174
|
segments:
|
174
175
|
- 0
|
175
|
-
hash:
|
176
|
+
hash: -3922562203233437430
|
176
177
|
requirements: []
|
177
178
|
rubyforge_project:
|
178
179
|
rubygems_version: 1.8.23
|