Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2017-05-07 15:35:56 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2017-05-10 16:44:45 +0300
commit63909b01ffa5eedcf9b94d3cc93162a595dcf744 (patch)
tree55f5acec820af1e3e8d94bce62ce68bde8363f24
parent16471b19bccacba50b2332d73c54fe5d86def847 (diff)
Update the comment on the "abbr" rule.
-rw-r--r--fork-versions/default/_normalize.scss2
-rw-r--r--fork-versions/typey-chroma-kss/base/text/_text.scss2
-rw-r--r--fork-versions/typey/_normalize.scss2
-rw-r--r--sass/normalize/_normalize-mixin.scss2
-rw-r--r--test/fixtures/fork-versions/default/output.css2
-rw-r--r--test/fixtures/fork-versions/typey/output.css2
-rw-r--r--test/fixtures/import-now/output.css2
-rw-r--r--test/fixtures/normalize/exclude-multiple/output.css2
-rw-r--r--test/fixtures/normalize/exclude-single/output.css2
-rw-r--r--test/fixtures/normalize/exclude-string/output.css2
-rw-r--r--test/fixtures/normalize/include-string/output.css2
-rw-r--r--test/fixtures/variables/default/output.css2
-rw-r--r--test/fixtures/variables/font/output.css2
-rw-r--r--test/fixtures/variables/indent-amount-and-vertical-rhythm/output.css2
-rw-r--r--test/fixtures/variables/indent-amount/output.css2
15 files changed, 15 insertions, 15 deletions
diff --git a/fork-versions/default/_normalize.scss b/fork-versions/default/_normalize.scss
index 201d6e7..561a304 100644
--- a/fork-versions/default/_normalize.scss
+++ b/fork-versions/default/_normalize.scss
@@ -245,7 +245,7 @@ a {
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
diff --git a/fork-versions/typey-chroma-kss/base/text/_text.scss b/fork-versions/typey-chroma-kss/base/text/_text.scss
index b955ce7..8ef729d 100644
--- a/fork-versions/typey-chroma-kss/base/text/_text.scss
+++ b/fork-versions/typey-chroma-kss/base/text/_text.scss
@@ -16,7 +16,7 @@
// Style guide: base.text.abbr
abbr[title] {
- // Remove the bottom border in Firefox 39-.
+ // Remove the bottom border in Chrome 57- and Firefox 39-.
border-bottom: 0;
// sass-lint:disable no-duplicate-properties
// Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
diff --git a/fork-versions/typey/_normalize.scss b/fork-versions/typey/_normalize.scss
index 2a5983e..1513dd3 100644
--- a/fork-versions/typey/_normalize.scss
+++ b/fork-versions/typey/_normalize.scss
@@ -198,7 +198,7 @@ a {
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
diff --git a/sass/normalize/_normalize-mixin.scss b/sass/normalize/_normalize-mixin.scss
index ca640a5..653bf76 100644
--- a/sass/normalize/_normalize-mixin.scss
+++ b/sass/normalize/_normalize-mixin.scss
@@ -276,7 +276,7 @@
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
diff --git a/test/fixtures/fork-versions/default/output.css b/test/fixtures/fork-versions/default/output.css
index b8c1e1f..cc71ebe 100644
--- a/test/fixtures/fork-versions/default/output.css
+++ b/test/fixtures/fork-versions/default/output.css
@@ -101,7 +101,7 @@ a {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
diff --git a/test/fixtures/fork-versions/typey/output.css b/test/fixtures/fork-versions/typey/output.css
index 52109a1..fcfc303 100644
--- a/test/fixtures/fork-versions/typey/output.css
+++ b/test/fixtures/fork-versions/typey/output.css
@@ -170,7 +170,7 @@ a {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
diff --git a/test/fixtures/import-now/output.css b/test/fixtures/import-now/output.css
index 5ead397..966836f 100644
--- a/test/fixtures/import-now/output.css
+++ b/test/fixtures/import-now/output.css
@@ -99,7 +99,7 @@ a {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
diff --git a/test/fixtures/normalize/exclude-multiple/output.css b/test/fixtures/normalize/exclude-multiple/output.css
index d7e06c6..062f8ca 100644
--- a/test/fixtures/normalize/exclude-multiple/output.css
+++ b/test/fixtures/normalize/exclude-multiple/output.css
@@ -56,7 +56,7 @@ a {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
diff --git a/test/fixtures/normalize/exclude-single/output.css b/test/fixtures/normalize/exclude-single/output.css
index a7f0a47..ec53e8f 100644
--- a/test/fixtures/normalize/exclude-single/output.css
+++ b/test/fixtures/normalize/exclude-single/output.css
@@ -99,7 +99,7 @@ a {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
diff --git a/test/fixtures/normalize/exclude-string/output.css b/test/fixtures/normalize/exclude-string/output.css
index 4f11621..6d0554a 100644
--- a/test/fixtures/normalize/exclude-string/output.css
+++ b/test/fixtures/normalize/exclude-string/output.css
@@ -99,7 +99,7 @@ a {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
diff --git a/test/fixtures/normalize/include-string/output.css b/test/fixtures/normalize/include-string/output.css
index 48c3f52..6820a40 100644
--- a/test/fixtures/normalize/include-string/output.css
+++ b/test/fixtures/normalize/include-string/output.css
@@ -2,7 +2,7 @@
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
diff --git a/test/fixtures/variables/default/output.css b/test/fixtures/variables/default/output.css
index 5ead397..966836f 100644
--- a/test/fixtures/variables/default/output.css
+++ b/test/fixtures/variables/default/output.css
@@ -99,7 +99,7 @@ a {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
diff --git a/test/fixtures/variables/font/output.css b/test/fixtures/variables/font/output.css
index 4c98eb3..d80c89c 100644
--- a/test/fixtures/variables/font/output.css
+++ b/test/fixtures/variables/font/output.css
@@ -163,7 +163,7 @@ a {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
diff --git a/test/fixtures/variables/indent-amount-and-vertical-rhythm/output.css b/test/fixtures/variables/indent-amount-and-vertical-rhythm/output.css
index 13e6992..0cd4ea1 100644
--- a/test/fixtures/variables/indent-amount-and-vertical-rhythm/output.css
+++ b/test/fixtures/variables/indent-amount-and-vertical-rhythm/output.css
@@ -161,7 +161,7 @@ a {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
diff --git a/test/fixtures/variables/indent-amount/output.css b/test/fixtures/variables/indent-amount/output.css
index 9e961f7..2b4c008 100644
--- a/test/fixtures/variables/indent-amount/output.css
+++ b/test/fixtures/variables/indent-amount/output.css
@@ -99,7 +99,7 @@ a {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox 39-.
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {