compass-pattern-primer 0.2.4 → 0.2.6

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
- SHA1:
3
- metadata.gz: 73129651abf53504f35eda48c3d407b502b03e5e
4
- data.tar.gz: 816bac043ec19ddaf37309a712b04c97e0334dc3
5
2
  SHA512:
6
- metadata.gz: 15ea44ad0cdc8f4ce9a10b10fe6821339dde07f8534d234037810ad085afc3779d24bdd78c8ab5c878b927ec401bdcd9f2a83cbb4f33b3b7f46de0215f0f416e
7
- data.tar.gz: b4eab2d445b8dff414b1304f117ec8dbe805cbc7908e261cf1cda366c5eff28d8809f669f5a204cd1a51b6f01ee3e3f9a7c02a9f1e70f19f071a0ee2f00960a6
3
+ metadata.gz: f8052c0c5f1d31bd92fcb77ef6fce07b62aa384e154f1b34b1f718e551fa477e33f5b0d882b8265aa546b177997e76c592173ff3784a518cf710e73875ac29a0
4
+ data.tar.gz: f51201cc01f086fca0467ecdc9aaa019e2d3c44ec4e8d47044b248b9916866ee636a5f9a69f374105ef2cae6c226a159a12ef1861e41f8b880d3f51dbd560d95
5
+ SHA1:
6
+ metadata.gz: cc2b4cf888d036efd246f10b2f708dcdaf4e158d
7
+ data.tar.gz: 95555404d86b77d0a05c34eb6d52568eb5697b37
data/CHANGELOG.md CHANGED
@@ -3,4 +3,6 @@
3
3
  * **0.2.1** Minor tweaks, Fixes color stack dependencies.
4
4
  * **0.2.2** Refactored `bounding-box` mixin. It's now 2 mixins: `border-outline` and `margin-padding`.
5
5
  * **0.2.3** Fixed missing <html> tag on pattern-primer.html. Color scheme and modules are easier to opt out of in global.scss
6
- * **0.2.4** Added MIT GPL-3 Licenses — thanks to Benjamin Fleischer (https://github.com/bf4) for the prompting
6
+ * **0.2.4** Added MIT GPL-3 Licenses — thanks to Benjamin Fleischer (https://github.com/bf4) for the prompting
7
+ * **0.2.5** Fixed errors in time style in base/_tyopgraphy.scss
8
+ * **0.2.6** Forgot to update Changelog
@@ -18,8 +18,8 @@ Compass::Frameworks.register('compass-pattern-primer', :path => extension_path)
18
18
  # a prerelease version
19
19
  # Date is in the form of YYYY-MM-DD
20
20
  module Compass_Pattern_Primer
21
- VERSION = "0.2.4"
22
- DATE = "2013-08-07"
21
+ VERSION = "0.2.6"
22
+ DATE = "2013-08-16"
23
23
  end
24
24
 
25
25
  # This is where any custom SassScript should be placed. The functions will be
@@ -125,8 +125,8 @@ time {
125
125
  font-family: $time-font-family;
126
126
  @include bold-italic-uppercase-variant($time-font-bold, $time-font-italic, $time-font-uppercase, $time-font-variant);
127
127
  @include type-size($time-font-size, $time-line-height);
128
- $time-letter-spacing: 0.2em;
129
- $time-color: #888;
128
+ letter-spacing: $time-letter-spacing;
129
+ color: $time-color;
130
130
  @include content-before-after($time-content);
131
131
  }
132
132
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-pattern-primer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Reilly
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2013-08-07 00:00:00 Z
12
+ date: 2013-08-16 00:00:00 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  requirements: []
141
141
 
142
142
  rubyforge_project: compass-pattern-primer
143
- rubygems_version: 2.0.3
143
+ rubygems_version: 2.0.7
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: An easy to use system to build a website's styleguide. It's based off of Jeremy Keith's Pattern Primer.