egghead-styles 1.0.44 → 1.0.45

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: 0ed62e9ba2871a2fae17997553cc453fa42fa44e
4
- data.tar.gz: de1fd28ad1765c20cfa00655d61973a15e057032
3
+ metadata.gz: a323b9aeae1322eb9107177d0ca6146eb8dd26da
4
+ data.tar.gz: 09bc0e01e14b13ce26b8e85e5db123cbbdd5f43e
5
5
  SHA512:
6
- metadata.gz: 2c2402d95216514f1af72790e903d23fda17fac4250552ed5871c5feff9e60e65f4ef9c2e636f051dc4b5f58b02890d966cb3e6e95caf7c931dfb28a4439e349
7
- data.tar.gz: f7d0741f21965fdd6dcfdcd8a33bc58e2b7955e12663cf1d8d9cd3d66cb615b0b2c5cda04d79a622cc4626182749e33368afd3bff3de7b20f2b66a852bac96c6
6
+ metadata.gz: 80381272cc182b230be47d17cd0e9f99730edb0cfe81880b042830f45d5ddb9933dccf9b33b17448419563781f457baaa3b3d3ff46e9f0ff69b1138b34b71dbe
7
+ data.tar.gz: 7aa1e0a3ed7ec606391d5c05fade6140c443890f90b3c907f43f85fa3e0e38208caa52a1dfc673ceaffeeea1b3842e9cc77201c7862256f763a521a1b4a9a995
@@ -13,7 +13,7 @@
13
13
 
14
14
  /* GLOBALS */
15
15
  @import "font-awesome";
16
- @import "font-awesome/font-awesome";
16
+ // @import "font-awesome/font-awesome";
17
17
  @import "compass";
18
18
  @import "fontello";
19
19
  @import "globals/bootstrap-and-overrides";
@@ -1,5 +1,5 @@
1
1
  module Egghead
2
2
  module Styles
3
- VERSION = "1.0.44"
3
+ VERSION = "1.0.45"
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.44
4
+ version: 1.0.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - egghead.io
@@ -47,7 +47,6 @@ extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
49
  - README.md
50
- - app/assets/egghead-styles.css.scss
51
50
  - app/assets/stylesheets/_old/admin/dashboard.css.scss
52
51
  - app/assets/stylesheets/_old/admin/discount_codes.css.scss
53
52
  - app/assets/stylesheets/_old/admin/promos.css.scss
@@ -1,57 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the top of the
9
- * compiled file, but it's generally better to create a new file per style scope.
10
- *
11
- *= require_self
12
- *= require font-awesome
13
- */
14
-
15
- /* GLOBALS */
16
- @import "font-awesome";
17
- @import "compass";
18
- @import "fontello";
19
- @import "globals/bootstrap-and-overrides";
20
- @import "globals/variables";
21
- @import "globals/mixins";
22
- @import "globals/grid-helpers";
23
- @import "globals/fonts";
24
- @import "globals/colors";
25
-
26
- // _OLD
27
- //@import "_old/forum/forum-egghead";
28
- @import "_old/syntax";
29
- @import "_old/socialbar";
30
- @import "_old/koudoku/pricing-table";
31
- @import "_old/components/components";
32
- @import "_old/util/util";
33
- @import "_old/pages/pages";
34
-
35
- /* PLUGINS */
36
- @import "chosen";
37
- @import "plugins/chosen";
38
- @import "plugins/flipclock";
39
-
40
- /* SHARED */
41
- @import "typeahead-bootstrap";
42
- @import "social-likes";
43
- @import "shared/alerts";
44
- @import "shared/buttons";
45
- @import "shared/forms";
46
- @import "shared/titles";
47
- @import "shared/typography";
48
- @import "shared/pagination";
49
- @import "shared/_miscellaneous";
50
- @import "shared/styles"; // This should be refactored and eliminated
51
-
52
- /* SECTIONS */
53
- @import "sections/header";
54
- @import "sections/hero";
55
- @import "sections/footer";
56
-
57
-