stipe 0.0.5.7.8 → 0.0.5.7.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.
- data/readme.md +3 -0
- data/stylesheets/stipe/grid/_extends.scss +11 -10
- metadata +10 -4
- checksums.yaml +0 -15
data/readme.md
CHANGED
@@ -12,6 +12,9 @@ To use the Stipe gem, using Bundler `gem 'stipe'`
|
|
12
12
|
Stipe is a Compass Extension, so Compass is a dependency. You will need to include `require 'stipe'` in your config.rb file.
|
13
13
|
|
14
14
|
# Stipe Changelog
|
15
|
+
###0.0.5.7.9
|
16
|
+
* BUG FIX - Addressed duplicate output for 12 col and 24 col nested placeholder selectors
|
17
|
+
|
15
18
|
###0.0.5.7.8
|
16
19
|
* ALERT!!!! Deprecated Stipe's gradient support. This code will be deleted in future releases. Please make sure to update all gradients to use Compass' `@include background-image` mixin
|
17
20
|
* Grids have been updated to support a larger array of placeholder classes for both 12 col and 24 col grid layouts.
|
@@ -47,16 +47,6 @@
|
|
47
47
|
}
|
48
48
|
}
|
49
49
|
|
50
|
-
// 24 col Nested grids -----------------------------
|
51
|
-
@for $v from 1 through 24 {
|
52
|
-
@for $i from 1 through $v {
|
53
|
-
%grid_#{$i}of#{$v}_nested {
|
54
|
-
@include grid($i, $grid_context: $v);
|
55
|
-
}
|
56
|
-
}
|
57
|
-
}
|
58
|
-
|
59
|
-
|
60
50
|
|
61
51
|
|
62
52
|
// push ----------------------
|
@@ -138,6 +128,17 @@
|
|
138
128
|
}
|
139
129
|
}
|
140
130
|
|
131
|
+
|
132
|
+
|
133
|
+
// 24 col Nested grids -----------------------------
|
134
|
+
@for $v from 1 through 24 {
|
135
|
+
@for $i from 1 through $v {
|
136
|
+
%grid24_#{$i}of#{$v}_nested {
|
137
|
+
@include grid($i, $grid_context: $v);
|
138
|
+
}
|
139
|
+
}
|
140
|
+
}
|
141
|
+
|
141
142
|
// Standard layout ----------------------------
|
142
143
|
%grid_full {
|
143
144
|
@include full_width_block(12, $main_grid_align: left);
|
metadata
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stipe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.5.7.
|
4
|
+
version: 0.0.5.7.9
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Dale Sande
|
@@ -14,6 +15,7 @@ dependencies:
|
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: compass
|
16
17
|
requirement: !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
17
19
|
requirements:
|
18
20
|
- - ! '>='
|
19
21
|
- !ruby/object:Gem::Version
|
@@ -21,6 +23,7 @@ dependencies:
|
|
21
23
|
type: :runtime
|
22
24
|
prerelease: false
|
23
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
24
27
|
requirements:
|
25
28
|
- - ! '>='
|
26
29
|
- !ruby/object:Gem::Version
|
@@ -28,6 +31,7 @@ dependencies:
|
|
28
31
|
- !ruby/object:Gem::Dependency
|
29
32
|
name: sass
|
30
33
|
requirement: !ruby/object:Gem::Requirement
|
34
|
+
none: false
|
31
35
|
requirements:
|
32
36
|
- - ! '>='
|
33
37
|
- !ruby/object:Gem::Version
|
@@ -35,6 +39,7 @@ dependencies:
|
|
35
39
|
type: :runtime
|
36
40
|
prerelease: false
|
37
41
|
version_requirements: !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
38
43
|
requirements:
|
39
44
|
- - ! '>='
|
40
45
|
- !ruby/object:Gem::Version
|
@@ -118,25 +123,26 @@ files:
|
|
118
123
|
- stylesheets/stipe/typography/web_fonts/readme.md
|
119
124
|
homepage: https://github.com/Anotheruiguy/stipe
|
120
125
|
licenses: []
|
121
|
-
metadata: {}
|
122
126
|
post_install_message:
|
123
127
|
rdoc_options: []
|
124
128
|
require_paths:
|
125
129
|
- lib
|
126
130
|
required_ruby_version: !ruby/object:Gem::Requirement
|
131
|
+
none: false
|
127
132
|
requirements:
|
128
133
|
- - ! '>='
|
129
134
|
- !ruby/object:Gem::Version
|
130
135
|
version: '0'
|
131
136
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
137
|
+
none: false
|
132
138
|
requirements:
|
133
139
|
- - ! '>='
|
134
140
|
- !ruby/object:Gem::Version
|
135
141
|
version: '0'
|
136
142
|
requirements: []
|
137
143
|
rubyforge_project:
|
138
|
-
rubygems_version:
|
144
|
+
rubygems_version: 1.8.25
|
139
145
|
signing_key:
|
140
|
-
specification_version:
|
146
|
+
specification_version: 3
|
141
147
|
summary: Core styles for Toadstool
|
142
148
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
!binary "U0hBMQ==":
|
3
|
-
metadata.gz: !binary |-
|
4
|
-
YjhlYTVjMDVjMTEyOTgyYTRmNThkMjAwZjA3NjkxYmI4YjlhMjVmYg==
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
ZWY0NmJhNTdlZjQ0ZTc4OTkxNDFlYTMzMzZjYzhmMzYwMGYwYjM4NQ==
|
7
|
-
!binary "U0hBNTEy":
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
ZDNhNDgyZWZmMDhhOTVjYzUzZjRkNWZjNmMzYjI2MmIzMTQzODYzNGVjNTI4
|
10
|
-
NmNjYzU2ZWE0ZWNmNDU4NTRkYWVlYzVmYzA2NGE3ZGFlOTk3MmQxYWU0MDIw
|
11
|
-
MGFmNWFiNWYzNDBmYTBjMjdlNGEzNGMxNTk2NDFiMjdkOTk3MjY=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
Y2E5YzJlZDc1NTM5MmNmNmIzMTRiODlmYjAwMTQxZDI0YzUyNDM1YTQ4MDcz
|
14
|
-
NWYxYTI4MjYwYzE3NDVkY2ExNjI2MDIzYjNkMDcyMjk3MWZkMGMxOGU2NGZm
|
15
|
-
YzJhZmM4ZGI2NWRiM2YxNjY1MTNiZGNjNDUxMGM5MmQ2MDI0MWQ=
|