bedrock 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
data/lib/bedrock.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
@import "color/
|
1
|
+
@import "color/grayscale"
|
File without changes
|
@@ -63,7 +63,14 @@
|
|
63
63
|
// For IE: http://css-tricks.com/ie-fix-bicubic-scaling-for-images
|
64
64
|
-ms-interpolation-mode: bicubic
|
65
65
|
|
66
|
-
|
66
|
+
ol,
|
67
|
+
ul
|
68
|
+
list-style: none
|
69
|
+
|
70
|
+
// For IE6 + IE7:
|
71
|
+
//
|
72
|
+
// "display: list-item" keeps bullets from
|
73
|
+
// disappearing if hasLayout is triggered.
|
67
74
|
li
|
68
75
|
display: list-item
|
69
76
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bedrock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-
|
12
|
+
date: 2011-11-21 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: compass
|
16
|
-
requirement: &
|
16
|
+
requirement: &70121949802680 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 0.11.5
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70121949802680
|
25
25
|
description: Bedrock
|
26
26
|
email:
|
27
27
|
- adam@stacoviak.com
|
@@ -36,7 +36,7 @@ files:
|
|
36
36
|
- stylesheets/bedrock/_reset.sass
|
37
37
|
- stylesheets/bedrock/_typography.sass
|
38
38
|
- stylesheets/bedrock/_utilities.sass
|
39
|
-
- stylesheets/bedrock/color/
|
39
|
+
- stylesheets/bedrock/color/_grayscale.sass
|
40
40
|
- stylesheets/bedrock/reset/_bedrock_reset.sass
|
41
41
|
- stylesheets/bedrock/typography/_text.sass
|
42
42
|
- stylesheets/bedrock/typography/text/_font-smoothing.sass
|
@@ -59,7 +59,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
59
59
|
version: '0'
|
60
60
|
segments:
|
61
61
|
- 0
|
62
|
-
hash:
|
62
|
+
hash: 31172234435841250
|
63
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
64
64
|
none: false
|
65
65
|
requirements:
|