compass-normalize 1.4.1 → 1.4.2
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 -3
- data/stylesheets/_normalize-version.scss +2 -0
- metadata +4 -4
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
|
|
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
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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:
|