uikit-on-rails 1.5.0 → 1.5.1

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: 267e1dc5795daf4c3dd4e355cf27d158f6337c1d
4
- data.tar.gz: f3434aa4bc2d3f165e09566cb44405e7b908c74f
3
+ metadata.gz: cbfbb0284b1b444995744fdf2e2fa463cf81f4f1
4
+ data.tar.gz: 1615104a0723f47a520c5c46b43017ab495834f9
5
5
  SHA512:
6
- metadata.gz: 14eb439a4e86c15463be063fbc21fd65fb5357d33387f6fbeb801fb39033dbaf146f8582f874616df8237d6b6b5f64df040e8feb0c791604581afbfe1f4d8108
7
- data.tar.gz: 537ae4079dc69bc369ff69208c0a9c0ccfdc52c5b584dfcc687ed90201ba0cacd82b58f01ceb6f47386347f5c91813415124ca8c481e3193a96ad34a12fa210e
6
+ metadata.gz: a0a557e6757a7e3b30780e6e8429942127889acfba14e83e87bc0fff89e97ff6f5cd4fd649976b23bd7c9ea4658656c6dafe42d60bcda963e8986b26568d4d32
7
+ data.tar.gz: 844b6200c6a6a46bebfea5df5e54db04e29ae23a136018b8c4736dcc3a960b8014336ddf3303d0d814898926e2f0ad8598592f362992a6f21ad11bda79ff6ea0
@@ -1,7 +1,7 @@
1
1
  module Uikit
2
2
  module Sass
3
3
  module Rails
4
- VERSION = '1.5.0'
4
+ VERSION = '1.5.1'
5
5
  end
6
6
  end
7
7
  end
@@ -22,8 +22,6 @@
22
22
  // Variables
23
23
  // ========================================================================
24
24
 
25
- $icon-font-path: "../fonts" !default;
26
-
27
25
  $icon-small-font-size: 150% !default;
28
26
  $icon-medium-font-size: 200% !default;
29
27
  $icon-large-font-size: 250% !default;
@@ -53,15 +51,6 @@ $icon-button-active-color: #444 !default;
53
51
  Component: Icon
54
52
  ========================================================================== */
55
53
 
56
- @font-face {
57
- font-family: 'FontAwesome';
58
- src: url("#{$icon-font-path}/fontawesome-webfont.woff2") format('woff2'),
59
- url("#{$icon-font-path}/fontawesome-webfont.woff") format("woff"),
60
- url("#{$icon-font-path}/fontawesome-webfont.ttf") format("truetype");
61
- font-weight: normal;
62
- font-style: normal;
63
- }
64
-
65
54
  /*
66
55
  * 1. Allow margin
67
56
  * 2. Prevent inherit font style
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uikit-on-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Boehs