stipe 0.0.4.7 → 0.0.4.8
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.
- data/readme.md +3 -0
- data/stylesheets/stipe/typography/_extends.scss +10 -5
- metadata +46 -46
data/readme.md
CHANGED
|
@@ -16,6 +16,9 @@ Stipe is a Compass Extension, so Compass is set as a depdency. You will need to
|
|
|
16
16
|
For [reasons explained](/Anotheruiguy/toadstool/blob/master/doc-src/exploited-bug.md) please continue using the alpha gem and upgrading to Sass 3.2 will break Toadstool and Stipe.
|
|
17
17
|
|
|
18
18
|
# Stipe Changelog
|
|
19
|
+
## 0.0.4.8
|
|
20
|
+
* Updated typography extends to better minimize headings styles
|
|
21
|
+
|
|
19
22
|
## 0.0.4.6
|
|
20
23
|
* Updated grid system to support 24 col grid solution
|
|
21
24
|
|
|
@@ -10,23 +10,28 @@
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
%headings_2 {
|
|
13
|
-
@
|
|
13
|
+
@extend %headings_1;
|
|
14
|
+
@include text($heading_2);
|
|
14
15
|
}
|
|
15
16
|
|
|
16
17
|
%headings_3 {
|
|
17
|
-
@
|
|
18
|
+
@extend %headings_1;
|
|
19
|
+
@include text($heading_3);
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
%headings_4 {
|
|
21
|
-
@
|
|
23
|
+
@extend %headings_1;
|
|
24
|
+
@include text($heading_4);
|
|
22
25
|
}
|
|
23
26
|
|
|
24
27
|
%headings_5 {
|
|
25
|
-
@
|
|
28
|
+
@extend %headings_1;
|
|
29
|
+
@include text($heading_5);
|
|
26
30
|
}
|
|
27
31
|
|
|
28
32
|
%headings_6 {
|
|
29
|
-
@
|
|
33
|
+
@extend %headings_1;
|
|
34
|
+
@include text($heading_6);
|
|
30
35
|
}
|
|
31
36
|
|
|
32
37
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stipe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.4.
|
|
4
|
+
version: 0.0.4.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -52,66 +52,66 @@ extra_rdoc_files: []
|
|
|
52
52
|
files:
|
|
53
53
|
- readme.md
|
|
54
54
|
- lib/stipe.rb
|
|
55
|
-
- stylesheets/stipe/_buttons.scss
|
|
56
|
-
- stylesheets/stipe/_color.scss
|
|
57
|
-
- stylesheets/stipe/_forms.scss
|
|
58
|
-
- stylesheets/stipe/_gradients.scss
|
|
59
|
-
- stylesheets/stipe/_grid.scss
|
|
60
|
-
- stylesheets/stipe/_media.scss
|
|
61
55
|
- stylesheets/stipe/_stipe.scss
|
|
62
|
-
- stylesheets/stipe/
|
|
56
|
+
- stylesheets/stipe/buttons/lib/_minimal.scss
|
|
57
|
+
- stylesheets/stipe/buttons/lib/_cupid-green.scss
|
|
63
58
|
- stylesheets/stipe/buttons/_extends.scss
|
|
64
59
|
- stylesheets/stipe/buttons/doc-src/buttons.md
|
|
65
|
-
- stylesheets/stipe/
|
|
66
|
-
- stylesheets/stipe/
|
|
67
|
-
- stylesheets/stipe/
|
|
68
|
-
- stylesheets/stipe/
|
|
69
|
-
- stylesheets/stipe/
|
|
70
|
-
- stylesheets/stipe/
|
|
71
|
-
- stylesheets/stipe/
|
|
72
|
-
- stylesheets/stipe/
|
|
73
|
-
- stylesheets/stipe/
|
|
74
|
-
- stylesheets/stipe/
|
|
75
|
-
- stylesheets/stipe/
|
|
60
|
+
- stylesheets/stipe/typography/web_fonts/_font_awesome_pua.scss
|
|
61
|
+
- stylesheets/stipe/typography/web_fonts/_zocial.scss
|
|
62
|
+
- stylesheets/stipe/typography/web_fonts/_zocial_characters.scss
|
|
63
|
+
- stylesheets/stipe/typography/web_fonts/_font_awesome.scss
|
|
64
|
+
- stylesheets/stipe/typography/_mixins.scss
|
|
65
|
+
- stylesheets/stipe/typography/_default.scss
|
|
66
|
+
- stylesheets/stipe/typography/_functions.scss
|
|
67
|
+
- stylesheets/stipe/typography/_extends.scss
|
|
68
|
+
- stylesheets/stipe/_buttons.scss
|
|
69
|
+
- stylesheets/stipe/resets/_eric_meyer.scss
|
|
70
|
+
- stylesheets/stipe/resets/_toadstool.scss
|
|
71
|
+
- stylesheets/stipe/_color.scss
|
|
76
72
|
- stylesheets/stipe/gradients/mixins/_area_51.scss
|
|
77
73
|
- stylesheets/stipe/gradients/mixins/_linear_gradient_bkgimage.scss
|
|
78
|
-
- stylesheets/stipe/
|
|
79
|
-
- stylesheets/stipe/grid/_extends.scss
|
|
74
|
+
- stylesheets/stipe/gradients/_extends.scss
|
|
80
75
|
- stylesheets/stipe/grid/_mixins.scss
|
|
81
76
|
- stylesheets/stipe/grid/lib/_grid_background.scss
|
|
82
|
-
- stylesheets/stipe/grid/lib/_grid_margin.scss
|
|
83
77
|
- stylesheets/stipe/grid/lib/_grid_placement.scss
|
|
78
|
+
- stylesheets/stipe/grid/lib/_grid_margin.scss
|
|
84
79
|
- stylesheets/stipe/grid/lib/_push_logic.scss
|
|
85
80
|
- stylesheets/stipe/grid/lib/_the_grid.scss
|
|
81
|
+
- stylesheets/stipe/grid/_debug.scss
|
|
86
82
|
- stylesheets/stipe/grid/readme.md
|
|
87
|
-
- stylesheets/stipe/
|
|
88
|
-
- stylesheets/stipe/
|
|
89
|
-
- stylesheets/stipe/
|
|
90
|
-
- stylesheets/stipe/
|
|
83
|
+
- stylesheets/stipe/grid/_extends.scss
|
|
84
|
+
- stylesheets/stipe/_grid.scss
|
|
85
|
+
- stylesheets/stipe/toadstool/ui_patterns/_color_grid.scss
|
|
86
|
+
- stylesheets/stipe/toadstool/ui_patterns/_prettify.scss
|
|
87
|
+
- stylesheets/stipe/toadstool/ui_patterns/_emBox.scss
|
|
88
|
+
- stylesheets/stipe/toadstool/modules/_footer.scss
|
|
89
|
+
- stylesheets/stipe/toadstool/modules/_header.scss
|
|
90
|
+
- stylesheets/stipe/toadstool/modules/_main_nav.scss
|
|
91
|
+
- stylesheets/stipe/toadstool/_web_fonts.scss
|
|
91
92
|
- stylesheets/stipe/toadstool/_buttons.scss
|
|
92
|
-
- stylesheets/stipe/toadstool/
|
|
93
|
+
- stylesheets/stipe/toadstool/_ui_patterns.scss
|
|
93
94
|
- stylesheets/stipe/toadstool/_design.scss
|
|
94
|
-
- stylesheets/stipe/toadstool/_forms.scss
|
|
95
95
|
- stylesheets/stipe/toadstool/_grids.scss
|
|
96
|
-
- stylesheets/stipe/toadstool/
|
|
96
|
+
- stylesheets/stipe/toadstool/_forms.scss
|
|
97
97
|
- stylesheets/stipe/toadstool/_typography.scss
|
|
98
|
+
- stylesheets/stipe/toadstool/_modules.scss
|
|
98
99
|
- stylesheets/stipe/toadstool/_ui_manifest.scss
|
|
99
|
-
- stylesheets/stipe/toadstool/
|
|
100
|
-
- stylesheets/stipe/
|
|
101
|
-
- stylesheets/stipe/
|
|
102
|
-
- stylesheets/stipe/
|
|
103
|
-
- stylesheets/stipe/
|
|
104
|
-
- stylesheets/stipe/
|
|
105
|
-
- stylesheets/stipe/
|
|
106
|
-
- stylesheets/stipe/
|
|
107
|
-
- stylesheets/stipe/
|
|
108
|
-
- stylesheets/stipe/
|
|
109
|
-
- stylesheets/stipe/
|
|
110
|
-
- stylesheets/stipe/
|
|
111
|
-
- stylesheets/stipe/
|
|
112
|
-
- stylesheets/stipe/
|
|
113
|
-
- stylesheets/stipe/
|
|
114
|
-
- stylesheets/stipe/typography/web_fonts/_zocial_characters.scss
|
|
100
|
+
- stylesheets/stipe/toadstool/_config.scss
|
|
101
|
+
- stylesheets/stipe/_gradients.scss
|
|
102
|
+
- stylesheets/stipe/_forms.scss
|
|
103
|
+
- stylesheets/stipe/color/_grayscale_math.scss
|
|
104
|
+
- stylesheets/stipe/color/_default_color_pallet.scss
|
|
105
|
+
- stylesheets/stipe/color/_color_math.scss
|
|
106
|
+
- stylesheets/stipe/color/_extends_deprecated.scss
|
|
107
|
+
- stylesheets/stipe/color/readme.md
|
|
108
|
+
- stylesheets/stipe/_typography.scss
|
|
109
|
+
- stylesheets/stipe/forms/_mixins.scss
|
|
110
|
+
- stylesheets/stipe/forms/_extends.scss
|
|
111
|
+
- stylesheets/stipe/doc-src/grids.md
|
|
112
|
+
- stylesheets/stipe/stipe/_mixins.scss
|
|
113
|
+
- stylesheets/stipe/stipe/_extends.scss
|
|
114
|
+
- stylesheets/stipe/_media.scss
|
|
115
115
|
homepage: https://github.com/Anotheruiguy/stipe
|
|
116
116
|
licenses: []
|
|
117
117
|
post_install_message:
|
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
version: '0'
|
|
133
133
|
requirements: []
|
|
134
134
|
rubyforge_project:
|
|
135
|
-
rubygems_version: 1.8.
|
|
135
|
+
rubygems_version: 1.8.24
|
|
136
136
|
signing_key:
|
|
137
137
|
specification_version: 3
|
|
138
138
|
summary: Core styles for Toadstool
|