evolve_styleguide 0.0.8 → 0.0.9

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: 7e020889169451cc5128dbdeb12368a503333265
4
- data.tar.gz: b40187b5f3956858234e609260c05af1c1194eee
3
+ metadata.gz: 65c4d9426f593176cfc2d349fe6b95a4df8a5bde
4
+ data.tar.gz: 53290d95d0cd4ceaf07e7c5c7a47526f83810338
5
5
  SHA512:
6
- metadata.gz: 425a7be1ebdb033f5270371cf358f8fa034216ffa1a66dd7161c491c50c109bbac0d7ec92d6d189e286caec62684919f8a6ff6275f9d6fcd572ca704c9cd00e5
7
- data.tar.gz: 9a20790450cff85f16070c955823ebe4c4d1271c96b2d179af17e3ddebfad9e102699ba940021b3dc8bfbe79f761a4c03d3ca3a1ef39cd072e99f699a70c13df
6
+ metadata.gz: 312b812340c80470aeaec6a5891c10a14398d384281f59743cdf392d1a13861def8658d5aa69aff305cd88e43cf8f404542c2552cdc5135c716cf7b7ce439627
7
+ data.tar.gz: 885ddbe022380e5fe77a0d72d92f681971cfe3db7506bfa92ce635468ced4be497f0ed14c02460198cd69022dbba7d327870f4f62e84e5e8f72303b966901302
data/README.md CHANGED
@@ -30,4 +30,9 @@ Add `//= require evolve_styleguide` to your `application.js` file.
30
30
 
31
31
  **Images**
32
32
 
33
- Reference images like you normally would from the asset pipeline. Example: `image_path("evolve-icons.svg")`
33
+ Reference images like you normally would from the asset pipeline. Example: `image_path("evolve-icons.svg")`
34
+
35
+ ## Updating Gem release
36
+
37
+ 1. Manually increment version number in `lib/evolve_styleguide/version.rb`.
38
+ 2.
@@ -12,154 +12,4 @@
12
12
  &:after {
13
13
  clear: both;
14
14
  }
15
- }
16
-
17
- html, body{
18
-
19
- font-family: $base-font-family;
20
- font-size: $base-font-size;
21
- line-height: $base-line-height;
22
- background: $white;
23
- color: $black;
24
-
25
- }
26
-
27
- // Sidebar
28
- #sidebar_wrap{
29
- padding: $spacing-large;
30
- background: #f8f8f8;
31
- }
32
- #sidebar{
33
-
34
- ul{
35
-
36
- margin: 0;
37
- padding: 0 0 0 $spacing-large;
38
- list-style-type: none;
39
-
40
- li{
41
-
42
- }
43
- a{
44
- text-decoration: none;
45
- &:hover{
46
- text-decoration: underline;
47
- }
48
- }
49
- }
50
- }
51
- #site_title{
52
-
53
- margin: 0;
54
- padding: 0;
55
- font-size: 1.4em;
56
- font-weight: 500;
57
- color: $red;
58
-
59
- a{
60
- color: $red;
61
- text-decoration: none;
62
- }
63
-
64
- svg{
65
- width: 20px;
66
- height: 20px;
67
- position: relative;
68
- top: 1px;
69
- }
70
-
71
- }
72
-
73
- #theme_switcher{
74
-
75
- padding: $spacing-large;
76
- font-size: 0.85em;
77
-
78
- span{
79
- display: block;
80
- float: left;
81
- margin-right: $spacing-large/2;
82
- }
83
-
84
- ul{
85
- display: block;
86
- list-style-type: none;
87
- float: left;
88
- margin: 0;
89
- padding: 0;
90
- overflow: hidden;
91
- position: relative;
92
- top: 1px;
93
- }
94
- li{
95
- display: block;
96
- float: left;
97
- margin: 0 4px 0 0;
98
- }
99
- a{
100
-
101
- display: block;
102
- width: 20px;
103
- height: 20px;
104
- text-indent: -9999px;
105
-
106
- }
107
-
108
- .theme_options{
109
-
110
- #theme-01-black{ background-color: $black; }
111
- #theme-02-white{ background-color: $white; }
112
- #theme-03-red{ background-color: $red; }
113
- #theme-04-blue{ background-color: $blue; }
114
-
115
- }
116
-
117
- }
118
-
119
- // Content
120
- #content_wrap{
121
-
122
- padding: $spacing-large*2;
123
- max-width: 1000px;
124
-
125
- > :first-child{
126
- margin-top: 0;
127
- }
128
- > :last-chld{
129
- margin-bottom: 0;
130
- }
131
-
132
- }
133
-
134
- .section{
135
- margin: 2em 0;
136
- }
137
- #section-intro{
138
- h1{
139
- margin-top: 0;
140
- }
141
- }
142
-
143
- table{
144
- width: 100%;
145
- }
146
- td{
147
-
148
- padding: $spacing-large;
149
-
150
- img{
151
- display: block;
152
- max-height: 120px;
153
- }
154
-
155
- }
156
-
157
- // Code formatting
158
- pre{
159
- word-wrap: break-word;
160
- font-size: 13px;
161
- line-height: 1.5;
162
- }
163
- code{
164
- font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
165
15
  }
@@ -360,6 +360,7 @@
360
360
  position: relative;
361
361
  top: 2px;
362
362
  color: $orange;
363
+ margin-left: 3px;
363
364
  }
364
365
 
365
366
  }
@@ -3,7 +3,6 @@
3
3
  @import "components/variables";
4
4
  @import "components/mixins";
5
5
  @import "components/base";
6
- @import "components/layout";
7
6
  @import "components/grid";
8
7
 
9
8
  // All element-based styles
@@ -1,3 +1,3 @@
1
1
  module EvolveStyleguide
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evolve_styleguide
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Brannon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-06 00:00:00.000000000 Z
11
+ date: 2015-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,7 +72,6 @@ files:
72
72
  - app/assets/stylesheets/components/_forms.scss
73
73
  - app/assets/stylesheets/components/_grid.scss
74
74
  - app/assets/stylesheets/components/_images.scss
75
- - app/assets/stylesheets/components/_layout.scss
76
75
  - app/assets/stylesheets/components/_mixins.scss
77
76
  - app/assets/stylesheets/components/_navigation.scss
78
77
  - app/assets/stylesheets/components/_normalize.scss
@@ -1,42 +0,0 @@
1
- // Sidebar
2
- #sidebar_wrap{
3
-
4
- width: $sidebar-width;
5
- position: fixed;
6
- left: 0;
7
- top: $header-height-mobile+2;
8
- bottom: 0;
9
-
10
- @media #{$screen680} {
11
-
12
- top: $header-height+2;
13
-
14
- }
15
-
16
- }
17
- #sidebar{
18
-
19
- *:first-child{ margin-top: 0; }
20
-
21
- }
22
- #theme_switcher{
23
- height: $switcher-height;
24
- position: fixed;
25
- left: 0;
26
- bottom: 0;
27
- width: $sidebar-width;
28
- }
29
-
30
- #content_wrap{
31
-
32
- margin-left: $sidebar-width;
33
- border-left: solid 1px #e2e2e2;
34
- margin-top: $header-height-mobile+2;
35
-
36
- @media #{$screen680} {
37
-
38
- margin-top: $header-height+2;
39
-
40
- }
41
-
42
- }