normalize-scss 4.2.0 → 4.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/normalize-scss.gemspec +2 -2
- data/package.json +1 -1
- data/sass/_support-for.scss +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9282070c3ab1916f593719e3105f5b7e7862ec23
|
4
|
+
data.tar.gz: a77b19a0c14469db71b896a07a255c771e939631
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 09661f509959d97aedbfda3f8adfcffb70f87c5a79d7131d910b3d526133ca0c9dee474c6235800724e011616359aab15023fdc42ef70d039e2b3276698635f0
|
7
|
+
data.tar.gz: 1a4c08e4472224e88dd88797617c3ddda5fc5c2b7a7b9f848a3081582eace720135b870ae75de21ac5e92f59262658573c31d52302212fbeb2dc2ff481475eb3
|
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 | [4.2.
|
7
|
+
Sass 3.4 or libSass | [4.2.1](https://github.com/JohnAlbin/normalize-scss/releases/tag/4.2.1)<br> combining normalize.css v3.0.3 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
@@ -9,8 +9,8 @@ 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 = '4.2.
|
13
|
-
spec.date = '2016-
|
12
|
+
spec.version = '4.2.1'
|
13
|
+
spec.date = '2016-05-01'
|
14
14
|
spec.licenses = ['GPL-2.0']
|
15
15
|
|
16
16
|
spec.authors = ['John Albin Wilkins']
|
data/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "normalize-scss",
|
3
|
-
"version": "4.2.
|
3
|
+
"version": "4.2.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": {
|
data/sass/_support-for.scss
CHANGED
@@ -9,11 +9,11 @@ $support-for: (
|
|
9
9
|
'*': -4,
|
10
10
|
) !default;
|
11
11
|
|
12
|
-
// Set the current version number for all browsers. As of: 2016-04-
|
12
|
+
// Set the current version number for all browsers. As of: 2016-04-30
|
13
13
|
$support-for-current-browser-version: (
|
14
14
|
chrome: 50, // https://en.wikipedia.org/wiki/Google_Chrome_release_history
|
15
15
|
edge: 25, // https://en.wikipedia.org/wiki/Microsoft_Edge
|
16
|
-
firefox:
|
16
|
+
firefox: 46, // https://en.wikipedia.org/wiki/Firefox_release_history
|
17
17
|
ie: 11, // https://en.wikipedia.org/wiki/Internet_Explorer_versions
|
18
18
|
opera: 36, // https://en.wikipedia.org/wiki/Opera_(web_browser)
|
19
19
|
safari: 9, // https://en.wikipedia.org/wiki/Safari_version_history
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: normalize-scss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Albin Wilkins
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
66
|
- !ruby/object:Gem::Version
|
67
67
|
version: '0'
|
68
68
|
requirements: []
|
69
|
-
rubyforge_project: 4.2.
|
69
|
+
rubyforge_project: 4.2.1
|
70
70
|
rubygems_version: 2.6.2
|
71
71
|
signing_key:
|
72
72
|
specification_version: 4
|