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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7b8a3b9e6412df310201c837ddfa7f9cf6a0b14
4
- data.tar.gz: f09c1e5266fc912038625985b351cbec8d04cab8
3
+ metadata.gz: 7f4299be39c20a40dea3a1ab98620f303e24ba9e
4
+ data.tar.gz: 6658268d9873cf7c4bb4085212c8b3be2b59de9e
5
5
  SHA512:
6
- metadata.gz: e4b834212c989f0793c1c636056f9fb1ff6ff9891b7842f23dff1ec5de7a781ab2a6be74cc7b1b0dbab501ec344dc010202e10e63dc5be9d43ae14244e463a74
7
- data.tar.gz: 24243d4f8c58a65e9a0da881a3a6805171ec67bfd0c1d1f061e9bd566e4abad7660ff5f25c48210331001c204ef5120e55468b6b8967c8a0bca4e504b36c859a
6
+ metadata.gz: 9a8732c5e40b0f6e9a00019ad969d9ef5d94e80c5590f552723c59e806dda00c0fdb6a8ca72c7c2ea995a8aaa8670627b73299daf604ffc792958bd858d7b3f5
7
+ data.tar.gz: b11e420ffb1d9367e1d845aef7cfc3a94e86c3de3b1edde546dd42d4e50c5f94b483c3932032f9bd79aaa130157b09025d87663ea6050c9dba1bcc2274511247
@@ -1,3 +1,3 @@
1
1
  module Prelude
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
@@ -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 its a good idea to check.
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 aint too nice...
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
- // Its always nice to give `th`s `scope` attributes.
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 aint great, did you need a `thead`/`tbody`?
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 gutters.
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.0
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: 2014-08-28 00:00:00.000000000 Z
11
+ date: 2015-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass