normalize-scss 5.0.0 → 5.0.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 +4 -4
- data/README.md +1 -1
- data/normalize-scss.gemspec +1 -1
- data/package.json +1 -1
- data/sass/normalize/_normalize-mixin.scss +18 -18
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5582a5b5b7f8564e0567fdc81afdbc007e63dde6
|
|
4
|
+
data.tar.gz: 3bd1e2ecaa822428071efbd105888693a4a8038f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 247608590ff63acf83c0888f9aed782c91bdb50b15566b558039473b4e24141c60b4183162087428d01d0428b924c87b9177547c0c9b9b732d16dcd65e2b3bd2
|
|
7
|
+
data.tar.gz: 50d7b1ad9dc9ef80b9e07769ecd54a13aad58ee4f39300386c59ec6ea13e108d2e2576ae9739db69a81fe0c39b1d7e584938e0f7c5563ac49a4a0a5184bbb78f
|
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
For use with… | normalize-scss version
|
|
6
6
|
-----------------------------|-----------------------
|
|
7
|
-
Sass 3.4 or libSass | [5.0.
|
|
7
|
+
Sass 3.4 or libSass | [5.0.1](https://github.com/JohnAlbin/normalize-scss/releases/tag/5.0.1)<br> combining normalize.css v4.1.1 with v1.1.3
|
|
8
8
|
Ruby Sass 3.3 + Compass 1.0 | [3.0.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.3)<br> combining normalize.css v3.0.3 with v1.1.3
|
|
9
9
|
Ruby Sass 3.2 + Compass 0.12 | [2.2.0+normalize.2.1.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/2.2.0%2Bnormalize.2.1.3)<br> combining normalize.css v2.1.3 with v1.1.3
|
|
10
10
|
|
data/normalize-scss.gemspec
CHANGED
data/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "normalize-scss",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website.",
|
|
5
5
|
"homepage": "https://github.com/JohnAlbin/normalize-scss",
|
|
6
6
|
"bugs": {
|
|
@@ -524,27 +524,27 @@ $_normalize-exclude: ();
|
|
|
524
524
|
-webkit-appearance: button; /* 2 */
|
|
525
525
|
}
|
|
526
526
|
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
527
|
+
button,
|
|
528
|
+
[type="button"],
|
|
529
|
+
[type="reset"],
|
|
530
|
+
[type="submit"] {
|
|
530
531
|
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
[type="submit"]::-moz-focus-inner {
|
|
535
|
-
border-style: none;
|
|
536
|
-
padding: 0;
|
|
537
|
-
}
|
|
532
|
+
/**
|
|
533
|
+
* Remove the inner border and padding in Firefox.
|
|
534
|
+
*/
|
|
538
535
|
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
536
|
+
&::-moz-focus-inner {
|
|
537
|
+
border-style: none;
|
|
538
|
+
padding: 0;
|
|
539
|
+
}
|
|
542
540
|
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
541
|
+
/**
|
|
542
|
+
* Restore the focus styles unset by the previous rule.
|
|
543
|
+
*/
|
|
544
|
+
|
|
545
|
+
&:-moz-focusring {
|
|
546
|
+
outline: 1px dotted ButtonText;
|
|
547
|
+
}
|
|
548
548
|
}
|
|
549
549
|
|
|
550
550
|
/**
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: normalize-scss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Albin Wilkins
|
|
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
69
|
requirements: []
|
|
70
|
-
rubyforge_project: 5.0.
|
|
70
|
+
rubyforge_project: 5.0.1
|
|
71
71
|
rubygems_version: 2.5.1
|
|
72
72
|
signing_key:
|
|
73
73
|
specification_version: 4
|