chroma-sass 1.0.0.alpha.3 → 1.0.0.alpha.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/chroma-sass.gemspec +1 -1
- data/sass/chroma/_kss-styles.scss +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ed0303601c7c7f9b22cb0361cac667a7066696a
|
4
|
+
data.tar.gz: b1ab9c7c1ebefb6fb0c3498896315d8dc4dd3d16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff1ecaee4aa3fda568633a6959cede1758d3305ebaae67c34d2a17f6bf902762a5a4b34439e6097f4548e192bfd4f96830532863f58b47ed01844650f8ed412f
|
7
|
+
data.tar.gz: 4368ad87140b1e54e51120899ecd354cf12b158fb1135271f59da872a99fb9b7c3e204058892be6c77f210e38486b5e7ef812979deb32f77f26459a96a093bdd
|
data/README.md
CHANGED
@@ -23,7 +23,7 @@ gem install chroma-sass
|
|
23
23
|
If you are using Bundler (and you should!) then you can add it to an existing project by editing the project's Gemfile and adding this line:
|
24
24
|
|
25
25
|
```ruby
|
26
|
-
gem 'chroma-sass', '~> 1.0.0.alpha.
|
26
|
+
gem 'chroma-sass', '~> 1.0.0.alpha.4'
|
27
27
|
```
|
28
28
|
|
29
29
|
If you are using Compass, edit your project's config.rb and add this line:
|
data/chroma-sass.gemspec
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
@charset "UTF-8";
|
2
|
-
|
3
1
|
// Use this stylesheet to add the default design for Chroma color swatches in a
|
4
2
|
// KSS style guide.
|
5
3
|
|
@@ -35,7 +33,9 @@
|
|
35
33
|
color: #bbb;
|
36
34
|
|
37
35
|
&:before {
|
38
|
-
|
36
|
+
// "\2192" is unicode for right arrow. "\ " is a hack; otherwise space is
|
37
|
+
// ignored in some browsers.
|
38
|
+
content: '\2192\ ';
|
39
39
|
font-family: sans-serif;
|
40
40
|
}
|
41
41
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chroma-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.alpha.
|
4
|
+
version: 1.0.0.alpha.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Albin Wilkins
|
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: 1.3.1
|
61
61
|
requirements: []
|
62
|
-
rubyforge_project: 1.0.0.alpha.
|
62
|
+
rubyforge_project: 1.0.0.alpha.4
|
63
63
|
rubygems_version: 2.4.6
|
64
64
|
signing_key:
|
65
65
|
specification_version: 4
|