normalize-scss 2.1.2 → 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -7
- data/CHANGELOG.md +21 -12
- data/README.md +19 -15
- data/_normalize.scss +16 -6
- data/bower.json +2 -4
- data/component.json +1 -1
- data/normalize-scss.gemspec +3 -2
- data/test.html +6 -0
- metadata +36 -38
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
5
|
-
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 808bb7e2473d93ecf0b7159c02b4e4a563f67e9c
|
4
|
+
data.tar.gz: 61b37ae0bb0650a7e2eec7c1927595407810fb3c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ccc683a851238ece4c6689dca5b8562442730dad75058df7c12fb92dcf94859b411fcfe83dcb9edf3540808ae6fcbbe4f4062576765d5c2bb682b5c077f89c9f
|
7
|
+
data.tar.gz: aada08ee4f7b19e69578f7a42ceb541f0e100943bc99f75a50997e5658c744ecd90d51b179cc56a495038f47d5992b3ae6820077bb36397438294e8c21c45dc7
|
data/CHANGELOG.md
CHANGED
@@ -1,15 +1,20 @@
|
|
1
|
-
|
1
|
+
=== HEAD
|
2
2
|
|
3
|
-
|
3
|
+
=== 2.1.3 (August 26, 2013)
|
4
|
+
|
5
|
+
* Fix component.json.
|
6
|
+
* Remove the gray background color from active links in IE 10.
|
7
|
+
|
8
|
+
=== 2.1.2 (May 11, 2013)
|
4
9
|
|
5
10
|
* Revert root `color` and `background` normalizations.
|
6
11
|
|
7
|
-
|
12
|
+
=== 2.1.1 (April 8, 2013)
|
8
13
|
|
9
14
|
* Normalize root `color` and `background` to counter the effects of system
|
10
15
|
color schemes.
|
11
16
|
|
12
|
-
|
17
|
+
=== 2.1.0 (January 21, 2013)
|
13
18
|
|
14
19
|
* Normalize `text-transform` for `button` and `select`.
|
15
20
|
* Normalize `h1` margin when within HTML5 sectioning elements.
|
@@ -18,11 +23,11 @@
|
|
18
23
|
* Add `main` element to HTML5 display definitions.
|
19
24
|
* Fix cursor style for disabled button `input`.
|
20
25
|
|
21
|
-
|
26
|
+
=== 2.0.1 (August 20, 2012)
|
22
27
|
|
23
28
|
* Remove stray IE 6/7 `inline-block` hack from HTML5 display settings.
|
24
29
|
|
25
|
-
|
30
|
+
=== 2.0.0 (August 19, 2012)
|
26
31
|
|
27
32
|
* Remove legacy browser form normalizations.
|
28
33
|
* Remove all list normalizations.
|
@@ -31,31 +36,35 @@
|
|
31
36
|
* Form elements automatically inherit `font-family` from ancestor.
|
32
37
|
* Drop support for IE 6/7, Firefox < 4, and Safari < 5.
|
33
38
|
|
34
|
-
|
39
|
+
=== 1.1.3 (August 30, 2013)
|
40
|
+
|
41
|
+
* Update component.json to fit new specification
|
42
|
+
|
43
|
+
=== 1.1.2 (May 11, 2013)
|
35
44
|
|
36
45
|
* Revert root `color` and `background` normalizations.
|
37
46
|
|
38
|
-
|
47
|
+
=== 1.1.1 (April 8, 2013)
|
39
48
|
|
40
49
|
* Normalize root `color` and `background` to counter the effects of system
|
41
50
|
color schemes.
|
42
51
|
|
43
|
-
|
52
|
+
=== 1.1.0 (January 21, 2013)
|
44
53
|
|
45
54
|
* Normalize `text-transform` for `button` and `select`.
|
46
55
|
* Normalize `hr` element (excluding IE 6/7).
|
47
56
|
* Add `main` element to HTML5 display definitions.
|
48
57
|
* Fix cursor style for disabled button `input`.
|
49
58
|
|
50
|
-
|
59
|
+
=== 1.0.2 (November 17, 2012)
|
51
60
|
|
52
61
|
* Correct `h6` font size normalization.
|
53
62
|
|
54
|
-
|
63
|
+
=== 1.0.1 (August 19, 2012)
|
55
64
|
|
56
65
|
* Adjust `small` font size normalization.
|
57
66
|
|
58
|
-
|
67
|
+
=== 1.0.0 (August 14, 2012)
|
59
68
|
|
60
69
|
(Only the notable changes since public release)
|
61
70
|
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
## Latest downloadable version
|
2
2
|
|
3
|
-
The latest release of _normalize.scss is: [2.1.
|
4
|
-
It combines normalize.css v2.1.
|
3
|
+
The latest release of _normalize.scss is: [2.1.3](https://github.com/JohnAlbin/normalize.css-with-sass-or-compass/archive/2.1.3.zip).
|
4
|
+
It combines normalize.css v2.1.3 and normalize v1.1.3.
|
5
5
|
|
6
6
|
## The Compass port of normalize.css
|
7
7
|
|
@@ -27,19 +27,23 @@ set `$legacy-support-for-ie7` to `true` and recompile your Sass files.
|
|
27
27
|
# normalize.css v2
|
28
28
|
|
29
29
|
Normalize.css is a customisable CSS file that makes browsers render all
|
30
|
-
elements more consistently and in line with modern standards.
|
31
|
-
differences between default browser styles in order to precisely target only
|
32
|
-
the styles that need normalizing.
|
30
|
+
elements more consistently and in line with modern standards.
|
33
31
|
|
34
|
-
|
32
|
+
The project relies on researching the differences between default browser
|
33
|
+
styles in order to precisely target only the styles that need or benefit from
|
34
|
+
normalizing.
|
35
35
|
|
36
|
-
[
|
36
|
+
[Check out the demo](http://necolas.github.io/normalize.css/latest/test.html)
|
37
37
|
|
38
38
|
## Install
|
39
39
|
|
40
|
-
|
40
|
+
Install using one of the following methods:
|
41
|
+
|
42
|
+
Download from the [project page](https://github.com/JohnAlbin/normalize.css-with-sass-or-compass/).
|
41
43
|
|
42
|
-
Install with [Bower](http://bower.io/): `bower install --save normalize
|
44
|
+
Install with [Bower](http://bower.io/): `bower install --save normalize.scss`
|
45
|
+
|
46
|
+
Install with [Component(1)](http://component.io/): `component install JohnAlbin/normalize.css-with-sass-or-compass`
|
43
47
|
|
44
48
|
## What does it do?
|
45
49
|
|
@@ -51,11 +55,7 @@ Install with [Bower](http://bower.io/): `bower install --save normalize-css`
|
|
51
55
|
|
52
56
|
## How to use it
|
53
57
|
|
54
|
-
|
55
|
-
|
56
|
-
It's suggested that you read the `normalize.css` file and consider customising
|
57
|
-
it to meet your needs. Alternatively, include the file in your project and
|
58
|
-
override the defaults later in your CSS.
|
58
|
+
No other styles should come before Normalize.css.
|
59
59
|
|
60
60
|
For more information about how to use it, see the [About normalize.css article](http://nicolasgallagher.com/about-normalize-css/).
|
61
61
|
|
@@ -78,7 +78,11 @@ the defaults later in your Sass if necessary.
|
|
78
78
|
* Internet Explorer 6-7 (when `$legacy-support-for-ie7` or
|
79
79
|
`$legacy-support-for-ie6` is set to `true`)
|
80
80
|
|
81
|
-
|
81
|
+
[Normalize.css v1 provides legacy browser
|
82
|
+
support](https://github.com/necolas/normalize.css/tree/v1) (IE 6+, Safari 4+),
|
83
|
+
but is no longer actively developed.
|
84
|
+
|
85
|
+
## Contributing
|
82
86
|
|
83
87
|
Please read Necolas' [contributing
|
84
88
|
guidelines](CONTRIBUTING.md).
|
data/_normalize.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
/* normalize.css v2.1.
|
2
|
-
/* normalize.scss v2.1.
|
1
|
+
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
|
2
|
+
/* normalize.scss v2.1.3 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
|
3
3
|
|
4
4
|
|
5
5
|
// =============================================================================
|
@@ -92,10 +92,12 @@ audio:not([controls]) {
|
|
92
92
|
}
|
93
93
|
|
94
94
|
/**
|
95
|
-
* Address styling not present in IE 8/9.
|
95
|
+
* Address `[hidden]` styling not present in IE 8/9.
|
96
|
+
* Hide the `template` element in IE, Safari, and Firefox < 22.
|
96
97
|
*/
|
97
98
|
|
98
|
-
[hidden]
|
99
|
+
[hidden],
|
100
|
+
template {
|
99
101
|
display: none;
|
100
102
|
}
|
101
103
|
|
@@ -151,6 +153,14 @@ body {
|
|
151
153
|
Links
|
152
154
|
========================================================================== */
|
153
155
|
|
156
|
+
/**
|
157
|
+
* Remove the gray background color from active links in IE 10.
|
158
|
+
*/
|
159
|
+
|
160
|
+
a {
|
161
|
+
background: transparent;
|
162
|
+
}
|
163
|
+
|
154
164
|
/**
|
155
165
|
* Address `outline` inconsistency between Chrome and other browsers.
|
156
166
|
*/
|
@@ -557,8 +567,8 @@ html input[disabled] {
|
|
557
567
|
}
|
558
568
|
|
559
569
|
/**
|
560
|
-
* 1. Address box sizing set to `content-box` in IE 8/9.
|
561
|
-
* 2. Remove excess padding in IE 8/9.
|
570
|
+
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
571
|
+
* 2. Remove excess padding in IE 8/9/10.
|
562
572
|
* 3. Remove excess padding in IE 7.
|
563
573
|
* Known issue: excess padding remains in IE 6.
|
564
574
|
*/
|
data/bower.json
CHANGED
@@ -1,13 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "normalize-scss",
|
3
|
-
"version": "2.1.
|
4
|
-
"main":
|
3
|
+
"version": "2.1.3",
|
4
|
+
"main": "_normalize.scss",
|
5
5
|
"author": ["Nicolas Gallagher", "John Albin Wilkins"],
|
6
6
|
"ignore": [
|
7
7
|
"CHANGELOG.md",
|
8
8
|
"CONTRIBUTING.md",
|
9
|
-
"LICENSE.md",
|
10
|
-
"README.md",
|
11
9
|
"component.json",
|
12
10
|
"normalize-scss.gemspec",
|
13
11
|
"lib/normalize-scss.rb",
|
data/component.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "normalize-scss",
|
3
3
|
"repo": "JohnAlbin/normalize.css-with-sass-or-compass",
|
4
4
|
"description": "A Sass/Compass version of Normalize.css. This port tracks the parent project very closely.",
|
5
|
-
"version": "2.1.
|
5
|
+
"version": "2.1.3",
|
6
6
|
"styles": ["_normalize.scss"],
|
7
7
|
"author": ["Nicolas Gallagher", "John Albin Wilkins"],
|
8
8
|
"license": "GPLv2"
|
data/normalize-scss.gemspec
CHANGED
@@ -9,8 +9,9 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.homepage = 'https://github.com/JohnAlbin/normalize.css-with-sass-or-compass'
|
10
10
|
s.rubyforge_project =
|
11
11
|
|
12
|
-
s.version = '2.1.
|
13
|
-
s.date = '2013-
|
12
|
+
s.version = '2.1.3'
|
13
|
+
s.date = '2013-11-03'
|
14
|
+
s.licenses = ['GPL-2']
|
14
15
|
|
15
16
|
s.authors = ['John Albin Wilkins']
|
16
17
|
s.email = 'virtually.johnalbin@gmail.com'
|
data/test.html
CHANGED
metadata
CHANGED
@@ -1,35 +1,36 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: normalize-scss
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.1.3
|
5
5
|
platform: ruby
|
6
|
-
authors:
|
6
|
+
authors:
|
7
7
|
- John Albin Wilkins
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
- !ruby/object:Gem::Dependency
|
11
|
+
date: 2013-11-03 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
15
14
|
name: sass
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
version: "3.2"
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '>='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '3.2'
|
22
20
|
type: :runtime
|
23
|
-
|
24
|
-
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '3.2'
|
27
|
+
description: A Sass/Compass version of Normalize.css. This port tracks the parent
|
28
|
+
project very closely.
|
25
29
|
email: virtually.johnalbin@gmail.com
|
26
30
|
executables: []
|
27
|
-
|
28
31
|
extensions: []
|
29
|
-
|
30
32
|
extra_rdoc_files: []
|
31
|
-
|
32
|
-
files:
|
33
|
+
files:
|
33
34
|
- _normalize.scss
|
34
35
|
- bower.json
|
35
36
|
- CHANGELOG.md
|
@@ -41,30 +42,27 @@ files:
|
|
41
42
|
- README.md
|
42
43
|
- test.html
|
43
44
|
homepage: https://github.com/JohnAlbin/normalize.css-with-sass-or-compass
|
44
|
-
licenses:
|
45
|
-
|
45
|
+
licenses:
|
46
|
+
- GPL-2
|
46
47
|
metadata: {}
|
47
|
-
|
48
48
|
post_install_message:
|
49
49
|
rdoc_options: []
|
50
|
-
|
51
|
-
require_paths:
|
50
|
+
require_paths:
|
52
51
|
- lib
|
53
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
54
|
-
requirements:
|
55
|
-
-
|
56
|
-
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
52
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
53
|
+
requirements:
|
54
|
+
- - '>='
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: '0'
|
57
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - '>='
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
62
|
requirements: []
|
63
|
-
|
64
|
-
|
65
|
-
rubygems_version: 2.0.3
|
63
|
+
rubyforge_project: 2.1.3
|
64
|
+
rubygems_version: 2.1.10
|
66
65
|
signing_key:
|
67
66
|
specification_version: 4
|
68
67
|
summary: A Sass/Compass version of Normalize.css
|
69
68
|
test_files: []
|
70
|
-
|