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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8eafe43a867c51b3b1ec057f542bfeefb03e2f8e
4
- data.tar.gz: 32fa6a357f9b99556ea89c6b23886dcbc8f40397
3
+ metadata.gz: 5582a5b5b7f8564e0567fdc81afdbc007e63dde6
4
+ data.tar.gz: 3bd1e2ecaa822428071efbd105888693a4a8038f
5
5
  SHA512:
6
- metadata.gz: e5d3f115985ac2d6046e978db615800875082855d4135bc62c927f51da0cb00c9ef9e685adfed13fc9e96721a8db37c226da7fe04afdb8afd8a9ec5ec1bed548
7
- data.tar.gz: a8f83f3526108ffc3b3c0443652046e6c1db25e417d5debeffebe5a6597c10809f94983aced55c9728ce6180f32f254836f3b5df03ad84b501919b7701b1905c
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.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/5.0.0)<br> combining normalize.css v4.1.1 with v1.1.3
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
 
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.homepage = 'https://github.com/JohnAlbin/normalize-scss'
10
10
  spec.rubyforge_project =
11
11
 
12
- spec.version = '5.0.0'
12
+ spec.version = '5.0.1'
13
13
  spec.date = '2016-05-21'
14
14
  spec.licenses = ['MIT', 'GPL-2.0']
15
15
 
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "normalize-scss",
3
- "version": "5.0.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
- * Remove the inner border and padding in Firefox.
529
- */
527
+ button,
528
+ [type="button"],
529
+ [type="reset"],
530
+ [type="submit"] {
530
531
 
531
- button::-moz-focus-inner,
532
- [type="button"]::-moz-focus-inner,
533
- [type="reset"]::-moz-focus-inner,
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
- * Restore the focus styles unset by the previous rule.
541
- */
536
+ &::-moz-focus-inner {
537
+ border-style: none;
538
+ padding: 0;
539
+ }
542
540
 
543
- button:-moz-focusring,
544
- [type="button"]:-moz-focusring,
545
- [type="reset"]:-moz-focusring,
546
- [type="submit"]:-moz-focusring {
547
- outline: 1px dotted ButtonText;
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.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.0
70
+ rubyforge_project: 5.0.1
71
71
  rubygems_version: 2.5.1
72
72
  signing_key:
73
73
  specification_version: 4