SassyIcons 0.0.9 → 0.0.10

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: 6f4c1c8e9074524b9d0148f46c81521eef54c9ee
4
- data.tar.gz: e94a5b47498dc428049e5b147f586ab435c06c5c
3
+ metadata.gz: 10e92bd647200dba94cad0c3dff8cbc8b8294573
4
+ data.tar.gz: f4a6cf6ea8a8c1e7603545473d16671187896c96
5
5
  SHA512:
6
- metadata.gz: 3166dd2c0271ac184fcbd6a64a125d43ffa7df60ee622efac13c504ffa968130098265d47d82fecce12f02fae5d7098becff2847c015bf7128f4597da4b7d292
7
- data.tar.gz: 052a9973e22c2370c163a5d83a5ad814371c33bde140b90c7abd7869e8c5d91bdf53abf4ee1360c4cb41c3435a8703dda83a84678e29a6dc11c2e1da91476f13
6
+ metadata.gz: 866eadb6b258f1dfafeffab20aac77c5844866b3c6090e8a4234e3f6b563b413e493b4a4b9c433d7b524fe7abaa6c686d616b53f1c0f2701f67fb797ff4263ad
7
+ data.tar.gz: 6acd1406ac4acc9336f1cd062d61ea82ff997986d7e943d8ebb3c63bc5371abb519d61b352c2c39e1dd2208dfbe566963829ce4ad2bb3afec5df72b59632e174
data/README.md CHANGED
@@ -105,6 +105,12 @@ npm install sassyicons --save
105
105
  bower install SassyIcons --save
106
106
  ```
107
107
 
108
+ #### Compass extension
109
+
110
+ 1. `bundle install SassyIcons` or `gem install SassyIcons`
111
+ 2. Add `require 'SassyIcons'` to your `config.rb`
112
+ 3. Import it in your stylesheets with `@import 'SassyIcons'`
113
+
108
114
 
109
115
  ## Usage
110
116
 
data/lib/SassyIcons.rb CHANGED
@@ -6,7 +6,7 @@ Compass::Frameworks.register('SassyIcons', :path => extension_path)
6
6
  # Version is a number. If a version contains alphas, it will be created as a prerelease version
7
7
  # Date is in the form of YYYY-MM-DD
8
8
  module SassyIcons
9
- VERSION = "0.0.9"
9
+ VERSION = "0.0.10"
10
10
  DATE = "2014-06-09"
11
11
  end
12
12
 
@@ -27,6 +27,8 @@
27
27
 
28
28
  $legacy-support: conf(legacy);
29
29
 
30
+ $format: to-lower-case($format);
31
+
30
32
  @if $format == "svg" {
31
33
 
32
34
  background: {
@@ -20,6 +20,8 @@
20
20
 
21
21
  $legacy-support: conf(legacy);
22
22
 
23
+ $format: to-lower-case($format);
24
+
23
25
  @if $format == "svg" {
24
26
 
25
27
  $svg-file: _join((conf(dir), $name, "#{$sprite}.svg"), "/");
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SassyIcons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pascal Duez