compass-normalize 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -42,7 +42,7 @@ require 'compass-normalize'
42
42
  To use the normalize plugin, just import and include normalize:
43
43
 
44
44
  ```scss
45
- @import normalize;
45
+ @import "normalize";
46
46
  ```
47
47
 
48
48
  You can also just import parts you need:
@@ -52,7 +52,7 @@ You can also just import parts you need:
52
52
  @import 'normalize/base';
53
53
  @import 'normalize/links';
54
54
  @import 'normalize/typography';
55
- @import 'normalize/lists'; // Only for legacy suport (see below).
55
+ @import 'normalize/lists'; // Only for legacy support (see below).
56
56
  @import 'normalize/embeds';
57
57
  @import 'normalize/figures';
58
58
  @import 'normalize/forms';
@@ -109,4 +109,4 @@ For more information, please refer to [The Unlicense](http://unlicense.org/)
109
109
 
110
110
  ### Major components:
111
111
 
112
- * [normalize.css](http://necolas.github.com/normalize.css/): Public domain
112
+ * [normalize.css](http://necolas.github.com/normalize.css/): Public domain
@@ -1,3 +1,5 @@
1
+ @import "compass/support";
2
+
1
3
  @mixin normalize-version($partial: false) {
2
4
  $version: 'v2.0.1';
3
5
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-normalize
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-11-06 00:00:00.000000000 Z
15
+ date: 2012-12-19 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: compass
@@ -21,7 +21,7 @@ dependencies:
21
21
  requirements:
22
22
  - - ! '>='
23
23
  - !ruby/object:Gem::Version
24
- version: 0.11.5
24
+ version: 0.12.0
25
25
  type: :runtime
26
26
  prerelease: false
27
27
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  requirements:
30
30
  - - ! '>='
31
31
  - !ruby/object:Gem::Version
32
- version: 0.11.5
32
+ version: 0.12.0
33
33
  description: This simple plugin for Compass enables you to use normalize.css in your
34
34
  stylesheets without having to download it.
35
35
  email: