egghead-styles 1.0.76 → 1.0.77

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.
@@ -8,8 +8,11 @@
8
8
  * You're free to add application-wide styles to this file and they'll appear at the top of the
9
9
  * compiled file, but it's generally better to create a new file per style scope.
10
10
  *
11
+ *= require font-awesome
11
12
  */
12
13
 
14
+ $fa-font-path: "/assets/fonts/font-awesome";
15
+
13
16
  /* Globals */
14
17
  @import "globals/variables";
15
18
 
@@ -1,5 +1,5 @@
1
1
  module Egghead
2
2
  module Styles
3
- VERSION = "1.0.76"
3
+ VERSION = "1.0.77"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egghead-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.76
4
+ version: 1.0.77
5
5
  platform: ruby
6
6
  authors:
7
7
  - egghead.io
@@ -61,6 +61,11 @@ extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
63
  - README.md
64
+ - app/assets/fonts/font-awesome/fontawesome-webfont.eot
65
+ - app/assets/fonts/font-awesome/fontawesome-webfont.svg
66
+ - app/assets/fonts/font-awesome/fontawesome-webfont.ttf
67
+ - app/assets/fonts/font-awesome/fontawesome-webfont.woff
68
+ - app/assets/fonts/font-awesome/fontawesome-webfont.woff2
64
69
  - app/assets/stylesheets/_old/admin/dashboard.css.scss
65
70
  - app/assets/stylesheets/_old/admin/discount_codes.css.scss
66
71
  - app/assets/stylesheets/_old/admin/promos.css.scss