chroma-sass 1.0.0.alpha.3 → 1.0.0.alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cec9e5be92af4c68a3cbe314e6e74be4b89e6117
4
- data.tar.gz: 163a6ea433adfb680f42c47a61a32832eb3d9408
3
+ metadata.gz: 6ed0303601c7c7f9b22cb0361cac667a7066696a
4
+ data.tar.gz: b1ab9c7c1ebefb6fb0c3498896315d8dc4dd3d16
5
5
  SHA512:
6
- metadata.gz: 5b66fc7c32c9e62a752f21b6d5f9069cf379bc194e9de71f7ef3aec146a5f86f84c23d8700aabaa61d97bd1770e50db7f739b96fcd3cd848339e4a1b692a0133
7
- data.tar.gz: 2c485b22564981d38b3501ec82f2cd814a61eb5760652dfa983243d83990853bb9a4563c3ad38125fc516402933601ddbe38c67d6d03d28666cfb2a9c4731031
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.3'
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
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.homepage = 'http://github.com/JohnAlbin/chroma'
10
10
  spec.rubyforge_project =
11
11
 
12
- spec.version = '1.0.0.alpha.3'
12
+ spec.version = '1.0.0.alpha.4'
13
13
  spec.date = '2015-04-14'
14
14
  spec.licenses = ['GPL-2']
15
15
 
@@ -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
- content: '→ ';
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.3
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.3
62
+ rubyforge_project: 1.0.0.alpha.4
63
63
  rubygems_version: 2.4.6
64
64
  signing_key:
65
65
  specification_version: 4