prelude-framework 0.9.0 → 0.9.1
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/lib/prelude/version.rb +1 -1
- data/scss/prelude/_debug-mode.scss +4 -4
- data/scss/prelude/mixins/_grid.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f4299be39c20a40dea3a1ab98620f303e24ba9e
|
|
4
|
+
data.tar.gz: 6658268d9873cf7c4bb4085212c8b3be2b59de9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a8732c5e40b0f6e9a00019ad969d9ef5d94e80c5590f552723c59e806dda00c0fdb6a8ca72c7c2ea995a8aaa8670627b73299daf604ffc792958bd858d7b3f5
|
|
7
|
+
data.tar.gz: b11e420ffb1d9367e1d845aef7cfc3a94e86c3de3b1edde546dd42d4e50c5f94b483c3932032f9bd79aaa130157b09025d87663ea6050c9dba1bcc2274511247
|
data/lib/prelude/version.rb
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
img[alt] { @extend %debug-ok; }
|
|
39
39
|
|
|
40
40
|
// Links sometimes, though not always, benefit from `title` attributes. Links
|
|
41
|
-
// without are never invalid but it
|
|
41
|
+
// without are never invalid but it's a good idea to check.
|
|
42
42
|
// =============================================================================
|
|
43
43
|
|
|
44
44
|
a { @extend %debug-info; }
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
a[href="#"],
|
|
52
52
|
a[href*="javascript"] { @extend %debug-info; }
|
|
53
53
|
|
|
54
|
-
// The `target` attribute ain
|
|
54
|
+
// The `target` attribute ain't too nice...
|
|
55
55
|
// =============================================================================
|
|
56
56
|
|
|
57
57
|
a[target] { @extend %debug-info; }
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
> *:not(li) { @extend %debug-error; }
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
// It
|
|
67
|
+
// It's always nice to give `th`s `scope` attributes.
|
|
68
68
|
// =============================================================================
|
|
69
69
|
|
|
70
70
|
th { @extend %debug-info; }
|
|
71
71
|
|
|
72
72
|
th[scope] { @extend %debug-ok; }
|
|
73
73
|
|
|
74
|
-
// `tr`s as children of `table`s ain
|
|
74
|
+
// `tr`s as children of `table`s ain't great, did you need a `thead`/`tbody`?
|
|
75
75
|
// =============================================================================
|
|
76
76
|
|
|
77
77
|
table > tr { @extend %debug-info; }
|
|
@@ -30,7 +30,7 @@ $class-type: unquote(".");
|
|
|
30
30
|
|
|
31
31
|
// 1. Allow the grid system to be used on lists.
|
|
32
32
|
// 2. Remove any margins and paddings that might affect the grid system.
|
|
33
|
-
// 3. Apply a negative `margin-left` to negate the columns
|
|
33
|
+
// 3. Apply a negative `margin-left` to negate the columns' gutters.
|
|
34
34
|
// 4. If not using a markup fix, use the letter-spacing hack.
|
|
35
35
|
|
|
36
36
|
#{$class-type}grid {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prelude-framework
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Guillan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|