magic_stylez 0.0.0.89 → 0.0.0.90

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: 403b1361e7afe3d00f5ed5b9635ea9e5b2c25721
4
- data.tar.gz: 4b527ef3129c50ec4ce564268867b6079884c9f6
3
+ metadata.gz: e9fa38db2ebe3441e6a23c7680dd7666f2b6cc20
4
+ data.tar.gz: 8c9ec7198017f72d44b09f83a05096099c615e7c
5
5
  SHA512:
6
- metadata.gz: dbfbba7fa020a8af5d7b9c671ced73dcf637fcb567dd54a5a77767cb470ca76931e29ddc55430e7491614de59d75b05c4d114961a3f5d29f3f08d21772bfb753
7
- data.tar.gz: f3ca6d02c10fea8c1132a0d607432cfee08fe17bf355f73785de656522b8c716077b4dd5cb63f31c1415a1964e9880720e5bb119560d23cd633c5e66c0fa39d3
6
+ metadata.gz: d18a88b8277d76158ea33ef01ac084293871fa2e9e1efa8679a751d0294c5f4e30e687f1b56ce59076855c9c2d855ccc40aeaae3adf0004c23cfe367279ef47a
7
+ data.tar.gz: a765b0d730ced730465a589999a9a084a33f86e069dadf23c626b27b9d0efaf5f97d9c0d5571c3266251fb6cb0aeaa772c91c94f0aab68a58c0ffc149b69af38
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.89"
2
+ VERSION = "0.0.0.90"
3
3
  end
@@ -25,44 +25,44 @@ $bettericons-class-name: "bettericon";
25
25
 
26
26
 
27
27
 
28
- [class^="#{$bettericons-class-name}-"]:before,
29
- [class*=" #{$bettericons-class-name}-"]:before {
30
- font-family: 'betterwork-icons';
31
- font-weight: normal;
32
- font-style: normal;
33
- font-size: 1.4em; // make them bigger
34
- display: block;
35
- position: relative;
36
- // top: 0; right: 0; bottom: 0; left: 0;
37
- text-decoration: inherit;
38
- vertical-align: middle;
39
- line-height: .9em;
40
- color: inherit;
41
-
42
- // make icons thinner in webkit (white icons on dark background)
43
- text-shadow: 0 0 0 rgba(0,0,0,.01);
44
- -webkit-font-smoothing: antialiased;
45
- text-rendering: optimizelegibility;
46
-
47
- outline: none;
48
- border: none;
49
- }
28
+ // [class^="#{$bettericons-class-name}-"]:before,
29
+ // [class*=" #{$bettericons-class-name}-"]:before {
30
+ // font-family: 'betterwork-icons';
31
+ // font-weight: normal;
32
+ // font-style: normal;
33
+ // font-size: 1.4em; // make them bigger
34
+ // display: block;
35
+ // position: relative;
36
+ // // top: 0; right: 0; bottom: 0; left: 0;
37
+ // text-decoration: inherit;
38
+ // vertical-align: middle;
39
+ // line-height: .9em;
40
+ // color: inherit;
41
+ //
42
+ // // make icons thinner in webkit (white icons on dark background)
43
+ // text-shadow: 0 0 0 rgba(0,0,0,.01);
44
+ // -webkit-font-smoothing: antialiased;
45
+ // text-rendering: optimizelegibility;
46
+ //
47
+ // outline: none;
48
+ // border: none;
49
+ // }
50
50
 
51
51
 
52
52
 
53
- // i {
54
- // /* use !important to prevent issues with browser extensions that change fonts */
55
- // font-family: 'betterwork-icons' !important;
56
- // speak: none;
57
- // font-style: normal;
58
- // font-weight: normal;
59
- // font-variant: normal;
60
- // text-transform: none;
61
- // line-height: 1;
62
- // /* Better Font Rendering =========== */
63
- // -webkit-font-smoothing: antialiased;
64
- // -moz-osx-font-smoothing: grayscale;
65
- // }
53
+ [class^="#{$bettericons-class-name}-"], [class*=" #{$bettericons-class-name}-"] {
54
+ /* use !important to prevent issues with browser extensions that change fonts */
55
+ font-family: 'betterwork-icons' !important;
56
+ speak: none;
57
+ font-style: normal;
58
+ font-weight: normal;
59
+ font-variant: normal;
60
+ text-transform: none;
61
+ line-height: 1;
62
+ /* Better Font Rendering =========== */
63
+ -webkit-font-smoothing: antialiased;
64
+ -moz-osx-font-smoothing: grayscale;
65
+ }
66
66
 
67
67
 
68
68
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.89
4
+ version: 0.0.0.90
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel