egghead-styles 1.0.41 → 1.0.42

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: f969ee5fac3355e432c688a3200f5c7391e711b1
4
- data.tar.gz: 96fc3d339926c3ef5d2437078c2b5c006be0cb62
3
+ metadata.gz: 7057a6de400ac4cec49d096e198fa1cb732ca875
4
+ data.tar.gz: 2e62e162bfaf69af872a160d85e4e8b04fde49a5
5
5
  SHA512:
6
- metadata.gz: 1a0c2da8dde759cbbb31a45a61a1600c3ab137a8395b88057b572f1ef1fb7358cdf6c2c6873c2092be6b6271a9dfa6f2505bb470164669087ffaaa6089481e91
7
- data.tar.gz: 36589910ea268aa2ccb7a333ae92edcca5742b0c99293affa2d781559c65708c93b272dc6a9010c531f55fe672b2a4c2dc8499a9364add69081e185d9e06af07
6
+ metadata.gz: 41f709e299a372ba52acda88c6b4cd988ceeeaba660c7f6addcf6eaacf30ff8eb7dd3860004a313ae4055cbdbb404ecfff49ea1c777f7a6f12d8dcb4374462b6
7
+ data.tar.gz: 99acdd7fee7d5667ad141e75aa46b67eda914ff2f680133d2510955143a8af96b8c8960d7c7c591e8f74fcc8302f4f6c99882976f9eeb7883eba3bf78877a5af
@@ -0,0 +1,57 @@
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
+ */
13
+
14
+ /* GLOBALS */
15
+ @import "font-awesome";
16
+ // @import "font-awesome/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
+
@@ -5,7 +5,6 @@ module Egghead
5
5
 
6
6
  class Engine < ::Rails::Engine
7
7
  config.assets.paths << root.join('assets', 'stylesheets').to_s
8
- config.assets.paths << File.expand_path("../../vendor/assets/stylesheets", __FILE__)
9
8
  end
10
9
 
11
10
  end
@@ -1,5 +1,5 @@
1
1
  module Egghead
2
2
  module Styles
3
- VERSION = "1.0.41"
3
+ VERSION = "1.0.42"
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.41
4
+ version: 1.0.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - egghead.io
@@ -47,6 +47,7 @@ extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
49
  - README.md
50
+ - app/assets/egghead-styles.css.scss
50
51
  - app/assets/stylesheets/_old/admin/dashboard.css.scss
51
52
  - app/assets/stylesheets/_old/admin/discount_codes.css.scss
52
53
  - app/assets/stylesheets/_old/admin/promos.css.scss