evolve_styleguide 0.0.1 → 0.0.3
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 +4 -4
- data/app/assets/images/{evolve_styleguide/evolve-icons.svg → evolve-icons.svg} +0 -0
- data/app/assets/images/{evolve_styleguide/logo-01.svg → logo-01.svg} +0 -0
- data/app/assets/images/{evolve_styleguide/logo-02.svg → logo-02.svg} +0 -0
- data/app/assets/images/{evolve_styleguide/logo-03.svg → logo-03.svg} +0 -0
- data/app/assets/images/{evolve_styleguide/logo-04.svg → logo-04.svg} +0 -0
- data/app/assets/images/{evolve_styleguide/logo-gameplan.svg → logo-gameplan.svg} +0 -0
- data/app/assets/images/{evolve_styleguide/logo-icon-01.svg → logo-icon-01.svg} +0 -0
- data/app/assets/images/{evolve_styleguide/logo-icon-02.svg → logo-icon-02.svg} +0 -0
- data/app/assets/images/{evolve_styleguide/logo-icon-03.svg → logo-icon-03.svg} +0 -0
- data/app/assets/javascripts/{evolve_styleguide/main.js → main.js} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_base.scss → _base.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_buttons.scss → _buttons.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_colors.scss → _colors.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_comments.scss → _comments.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_flashes.scss → _flashes.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_forms.scss → _forms.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_grid.scss → _grid.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_images.scss → _images.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_layout.scss → _layout.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_mixins.scss → _mixins.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_navigation.scss → _navigation.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_normalize.scss → _normalize.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_typography.scss → _typography.scss} +0 -0
- data/app/assets/stylesheets/{evolve_styleguide/_variables.scss → _variables.scss} +0 -0
- data/app/assets/stylesheets/evolve_styleguide.scss +22 -0
- data/evolve_styleguide-0.0.1.gem +0 -0
- data/evolve_styleguide-0.0.2.gem +0 -0
- data/lib/evolve_styleguide/version.rb +1 -1
- metadata +28 -26
- data/app/assets/stylesheets/evolve_styleguide/evoui.scss +0 -27
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2886830808dae8e8bd3bb4f0d497210122473d64
|
|
4
|
+
data.tar.gz: 0efaf23403766f804d10d18f12d5715afc45be3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c979e5d48e361c13a7fd24f793db2f2f14f017e40857b6d90d29b28cab960fe7076992cff0cb499a3ae370e55bed8dfc6f6f019dd54c0c6047dea9c24c6309c
|
|
7
|
+
data.tar.gz: 0ec36b0d9f78b330c67e9128535eb46f8f407969a9bf53422b8fbae273c6dede2e6930bc0ad65a95a8d4805cba5e7e9a56a9f01ae00a1e92816510046e474f24
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Only the main Sass file needs front matter (the dashes are enough)
|
|
3
|
+
---
|
|
4
|
+
@charset "utf-8";
|
|
5
|
+
|
|
6
|
+
// All setup/layout styles
|
|
7
|
+
@import "normalize";
|
|
8
|
+
@import "variables";
|
|
9
|
+
@import "mixins";
|
|
10
|
+
@import "base";
|
|
11
|
+
@import "layout";
|
|
12
|
+
@import "grid";
|
|
13
|
+
|
|
14
|
+
// All element-based styles
|
|
15
|
+
@import "flashes";
|
|
16
|
+
@import "colors";
|
|
17
|
+
@import "navigation";
|
|
18
|
+
@import "typography";
|
|
19
|
+
@import "buttons";
|
|
20
|
+
@import "images";
|
|
21
|
+
@import "forms";
|
|
22
|
+
@import "comments";
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: evolve_styleguide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sam Brannon
|
|
@@ -50,31 +50,33 @@ files:
|
|
|
50
50
|
- LICENSE.txt
|
|
51
51
|
- README.md
|
|
52
52
|
- Rakefile
|
|
53
|
-
- app/assets/images/
|
|
54
|
-
- app/assets/images/
|
|
55
|
-
- app/assets/images/
|
|
56
|
-
- app/assets/images/
|
|
57
|
-
- app/assets/images/
|
|
58
|
-
- app/assets/images/
|
|
59
|
-
- app/assets/images/
|
|
60
|
-
- app/assets/images/
|
|
61
|
-
- app/assets/images/
|
|
62
|
-
- app/assets/javascripts/
|
|
63
|
-
- app/assets/stylesheets/
|
|
64
|
-
- app/assets/stylesheets/
|
|
65
|
-
- app/assets/stylesheets/
|
|
66
|
-
- app/assets/stylesheets/
|
|
67
|
-
- app/assets/stylesheets/
|
|
68
|
-
- app/assets/stylesheets/
|
|
69
|
-
- app/assets/stylesheets/
|
|
70
|
-
- app/assets/stylesheets/
|
|
71
|
-
- app/assets/stylesheets/
|
|
72
|
-
- app/assets/stylesheets/
|
|
73
|
-
- app/assets/stylesheets/
|
|
74
|
-
- app/assets/stylesheets/
|
|
75
|
-
- app/assets/stylesheets/
|
|
76
|
-
- app/assets/stylesheets/
|
|
77
|
-
- app/assets/stylesheets/evolve_styleguide
|
|
53
|
+
- app/assets/images/evolve-icons.svg
|
|
54
|
+
- app/assets/images/logo-01.svg
|
|
55
|
+
- app/assets/images/logo-02.svg
|
|
56
|
+
- app/assets/images/logo-03.svg
|
|
57
|
+
- app/assets/images/logo-04.svg
|
|
58
|
+
- app/assets/images/logo-gameplan.svg
|
|
59
|
+
- app/assets/images/logo-icon-01.svg
|
|
60
|
+
- app/assets/images/logo-icon-02.svg
|
|
61
|
+
- app/assets/images/logo-icon-03.svg
|
|
62
|
+
- app/assets/javascripts/main.js
|
|
63
|
+
- app/assets/stylesheets/_base.scss
|
|
64
|
+
- app/assets/stylesheets/_buttons.scss
|
|
65
|
+
- app/assets/stylesheets/_colors.scss
|
|
66
|
+
- app/assets/stylesheets/_comments.scss
|
|
67
|
+
- app/assets/stylesheets/_flashes.scss
|
|
68
|
+
- app/assets/stylesheets/_forms.scss
|
|
69
|
+
- app/assets/stylesheets/_grid.scss
|
|
70
|
+
- app/assets/stylesheets/_images.scss
|
|
71
|
+
- app/assets/stylesheets/_layout.scss
|
|
72
|
+
- app/assets/stylesheets/_mixins.scss
|
|
73
|
+
- app/assets/stylesheets/_navigation.scss
|
|
74
|
+
- app/assets/stylesheets/_normalize.scss
|
|
75
|
+
- app/assets/stylesheets/_typography.scss
|
|
76
|
+
- app/assets/stylesheets/_variables.scss
|
|
77
|
+
- app/assets/stylesheets/evolve_styleguide.scss
|
|
78
|
+
- evolve_styleguide-0.0.1.gem
|
|
79
|
+
- evolve_styleguide-0.0.2.gem
|
|
78
80
|
- evolve_styleguide.gemspec
|
|
79
81
|
- lib/evolve_styleguide.rb
|
|
80
82
|
- lib/evolve_styleguide/version.rb
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
# Only the main Sass file needs front matter (the dashes are enough)
|
|
3
|
-
---
|
|
4
|
-
@charset "utf-8";
|
|
5
|
-
|
|
6
|
-
// Import partials from `sass_dir` (defaults to `_sass`)
|
|
7
|
-
@import
|
|
8
|
-
|
|
9
|
-
// All setup/layout styles
|
|
10
|
-
"normalize",
|
|
11
|
-
"variables",
|
|
12
|
-
"mixins",
|
|
13
|
-
"base",
|
|
14
|
-
"layout",
|
|
15
|
-
"grid",
|
|
16
|
-
|
|
17
|
-
// All element-based styles
|
|
18
|
-
"flashes",
|
|
19
|
-
"colors",
|
|
20
|
-
"navigation",
|
|
21
|
-
"typography",
|
|
22
|
-
"buttons",
|
|
23
|
-
"images",
|
|
24
|
-
"forms",
|
|
25
|
-
"comments"
|
|
26
|
-
|
|
27
|
-
;
|