compass_icon_fonts 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e36b05ab49961692ed428a311690681ee940d217
4
- data.tar.gz: 7e370e3c2e5230e6213854d9009deb0f8bf2962d
3
+ metadata.gz: 162c9d1b313dd201100669923ff0f19600908541
4
+ data.tar.gz: f51d74820f179592a97cd62d7c4a53d0474cab45
5
5
  SHA512:
6
- metadata.gz: 8c62b33d509c1ca2f0332b6b85dce070f0f3d4e7682d322fd7243ec347cf000646dab1f60461413c8c36cb8512ea0a0772322aa41337b082286646ab20fc2905
7
- data.tar.gz: 53abd02ed252c27ac38df7d0f84ebb1d4af50739df9744f0369f0e847a81cda3239ce1304c811265f699dcf182c52c8b7e367d9041d2ee10bbbdfdf1df7a6353
6
+ metadata.gz: 5eb7946cbe26962f8b7b5db75caf839c0e0c505ea0c8201ea5fcda68f957445db100ae0f9af9360521a4dbd65fbf245364b43d41847545243d0a74e3f4c8eaae
7
+ data.tar.gz: 70e4c757f4450639bab411f67d74dd6dc5b1b34b17c9d6439b43ac90336935ced8827755b364c887ac23493d04e4b8f14790c05194781e22c10970adf1ba5802
@@ -1,3 +1,3 @@
1
1
  module CompassIconFonts
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -7,18 +7,9 @@ $compass-icon-fonts-horizontalPadding: 0.2em !default;
7
7
  font-size: $compass-icon-fonts-size;
8
8
  font-family: $compass-icon-fonts-family;
9
9
  }
10
-
11
- %compass-icon-fonts-#{$compass-icon-fonts-class}-before {
12
- padding-right: $compass-icon-fonts-horizontalPadding;
13
- }
14
-
15
- %compass-icon-fonts-#{$compass-icon-fonts-class}-after {
16
- padding-left: $compass-icon-fonts-horizontalPadding;
17
- }
18
-
19
10
  }
20
11
 
21
- @mixin compass-icon-fonts-set($set: all, $prefix: $compass-icon-fonts-class, $append: false) {
12
+ @mixin compass-icon-fonts-set($set: all, $prefix: $compass-icon-fonts-class) {
22
13
  @if $set == all {
23
14
  $set: $compass-icon-fonts-keywords;
24
15
  }
@@ -30,15 +21,7 @@ $compass-icon-fonts-horizontalPadding: 0.2em !default;
30
21
  }
31
22
 
32
23
  .#{$prefix}-#{$keyword}:before {
33
- @extend %compass-icon-fonts-#{$compass-icon-fonts-class}-before;
34
24
  @extend %#{$compass-icon-fonts-class}-#{$keyword};
35
25
  }
36
-
37
- @if $append {
38
- .#{$prefix}-#{$keyword}-append:after {
39
- @extend %compass-icon-fonts-#{$compass-icon-fonts-class}-after;
40
- @extend %#{$compass-icon-fonts-class}-#{$keyword};
41
- }
42
- }
43
26
  }
44
27
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_icon_fonts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hellein
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-28 00:00:00.000000000 Z
11
+ date: 2013-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake