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>2016-10-23 13:40:08 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-10-24 07:51:42 +0300
commit290d3f2dec5af4a762632c100393b60f728dd1cc (patch)
tree11c90e4921b07d1017784ef94bdf7fff477bd739
parent7b240bf2df78e9c89574597bf364afdd944d85e3 (diff)
Update "text" section. #88
-rw-r--r--fork-versions/default/_normalize.scss6
-rw-r--r--fork-versions/deprecated-compass/_normalize.scss6
-rw-r--r--fork-versions/typey-chroma-kss/base/text/_text.scss16
-rw-r--r--fork-versions/typey/_normalize.scss6
-rw-r--r--sass/normalize/_normalize-mixin.scss6
-rw-r--r--test/fixtures/fork-versions/default/output.css6
-rw-r--r--test/fixtures/fork-versions/deprecated-compass/output.css6
-rw-r--r--test/fixtures/fork-versions/typey-chroma-kss/output.css3
-rw-r--r--test/fixtures/fork-versions/typey/output.css6
-rw-r--r--test/fixtures/import-now/output.css6
-rw-r--r--test/fixtures/normalize/exclude-multiple/output.css6
-rw-r--r--test/fixtures/normalize/exclude-single/output.css6
-rw-r--r--test/fixtures/normalize/exclude-string/output.css6
-rw-r--r--test/fixtures/normalize/include-string/output.css6
-rw-r--r--test/fixtures/variables/default/output.css6
-rw-r--r--test/fixtures/variables/font/output.css6
-rw-r--r--test/fixtures/variables/indent-amount/output.css6
17 files changed, 53 insertions, 56 deletions
diff --git a/fork-versions/default/_normalize.scss b/fork-versions/default/_normalize.scss
index 5d99608..384e428 100644
--- a/fork-versions/default/_normalize.scss
+++ b/fork-versions/default/_normalize.scss
@@ -243,7 +243,7 @@ a:hover {
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
@@ -278,7 +278,7 @@ samp {
}
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
@@ -286,7 +286,7 @@ dfn {
}
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
diff --git a/fork-versions/deprecated-compass/_normalize.scss b/fork-versions/deprecated-compass/_normalize.scss
index 94a1c89..178e6d3 100644
--- a/fork-versions/deprecated-compass/_normalize.scss
+++ b/fork-versions/deprecated-compass/_normalize.scss
@@ -250,7 +250,7 @@ a:hover {
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
@@ -285,7 +285,7 @@ samp {
}
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
@@ -293,7 +293,7 @@ dfn {
}
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
diff --git a/fork-versions/typey-chroma-kss/base/text/_text.scss b/fork-versions/typey-chroma-kss/base/text/_text.scss
index 846fee0..c4e3083 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 <40.
+ // Remove the bottom border in Firefox 39-.
border-bottom: 0;
// Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
text-decoration: underline;
@@ -73,10 +73,9 @@ cite {
// Code
//
-// The `<code>` element represents a fragment of computer code. The `<var>`
-// element represents a variable. The `<samp>` element represents (sample)
-// output from a program or computing system. The `<kbd>` element represents
-// user input (typically keyboard input.)
+// The `<code>` element represents a fragment of computer code. The `<samp>`
+// element represents (sample) output from a program or computing system. The
+// `<kbd>` element represents user input (typically keyboard input.)
//
// Markup: text-code.twig
//
@@ -84,8 +83,7 @@ cite {
code,
kbd,
-samp,
-var {
+samp {
@extend %monospace;
}
@@ -110,7 +108,7 @@ del {
// Style guide: base.text.dfn
dfn {
- // Add the correct font style in Android <4.4.
+ // Add the correct font style in Android 4.3-.
font-style: italic;
}
@@ -155,7 +153,7 @@ ins {
// Style guide: base.text.mark
mark {
- // Add the correct background and color in IE <10.
+ // Add the correct background and color in IE 9-.
background-color: color(mark-bg);
color: color(text);
}
diff --git a/fork-versions/typey/_normalize.scss b/fork-versions/typey/_normalize.scss
index ded144c..0cc018a 100644
--- a/fork-versions/typey/_normalize.scss
+++ b/fork-versions/typey/_normalize.scss
@@ -208,7 +208,7 @@ a:hover {
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
@@ -243,7 +243,7 @@ samp {
}
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
@@ -251,7 +251,7 @@ dfn {
}
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
diff --git a/sass/normalize/_normalize-mixin.scss b/sass/normalize/_normalize-mixin.scss
index 683a9ca..67c3fab 100644
--- a/sass/normalize/_normalize-mixin.scss
+++ b/sass/normalize/_normalize-mixin.scss
@@ -275,7 +275,7 @@
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
@@ -316,7 +316,7 @@
}
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
@@ -324,7 +324,7 @@
}
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
diff --git a/test/fixtures/fork-versions/default/output.css b/test/fixtures/fork-versions/default/output.css
index 00946c1..78a7da9 100644
--- a/test/fixtures/fork-versions/default/output.css
+++ b/test/fixtures/fork-versions/default/output.css
@@ -113,7 +113,7 @@ a:hover {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
@@ -139,13 +139,13 @@ strong {
font-weight: bolder; }
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
diff --git a/test/fixtures/fork-versions/deprecated-compass/output.css b/test/fixtures/fork-versions/deprecated-compass/output.css
index f33cd97..96024a1 100644
--- a/test/fixtures/fork-versions/deprecated-compass/output.css
+++ b/test/fixtures/fork-versions/deprecated-compass/output.css
@@ -125,7 +125,7 @@ a:hover {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
@@ -151,13 +151,13 @@ strong {
font-weight: bolder; }
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
diff --git a/test/fixtures/fork-versions/typey-chroma-kss/output.css b/test/fixtures/fork-versions/typey-chroma-kss/output.css
index 4bf733c..13d8bb6 100644
--- a/test/fixtures/fork-versions/typey-chroma-kss/output.css
+++ b/test/fixtures/fork-versions/typey-chroma-kss/output.css
@@ -111,8 +111,7 @@ pre {
pre, code,
kbd,
-samp,
-var {
+samp {
font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
font-size: 1em; }
diff --git a/test/fixtures/fork-versions/typey/output.css b/test/fixtures/fork-versions/typey/output.css
index 3894ad5..1514742 100644
--- a/test/fixtures/fork-versions/typey/output.css
+++ b/test/fixtures/fork-versions/typey/output.css
@@ -177,7 +177,7 @@ a:hover {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
@@ -203,13 +203,13 @@ strong {
font-weight: bolder; }
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
diff --git a/test/fixtures/import-now/output.css b/test/fixtures/import-now/output.css
index f37aec6..c3fb5f8 100644
--- a/test/fixtures/import-now/output.css
+++ b/test/fixtures/import-now/output.css
@@ -111,7 +111,7 @@ a:hover {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
@@ -149,13 +149,13 @@ samp {
/* 2 */ }
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
diff --git a/test/fixtures/normalize/exclude-multiple/output.css b/test/fixtures/normalize/exclude-multiple/output.css
index a6cb81c..89c428c 100644
--- a/test/fixtures/normalize/exclude-multiple/output.css
+++ b/test/fixtures/normalize/exclude-multiple/output.css
@@ -68,7 +68,7 @@ a:hover {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
@@ -106,13 +106,13 @@ samp {
/* 2 */ }
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
diff --git a/test/fixtures/normalize/exclude-single/output.css b/test/fixtures/normalize/exclude-single/output.css
index a2d24b0..3ed740d 100644
--- a/test/fixtures/normalize/exclude-single/output.css
+++ b/test/fixtures/normalize/exclude-single/output.css
@@ -111,7 +111,7 @@ a:hover {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
@@ -149,13 +149,13 @@ samp {
/* 2 */ }
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
diff --git a/test/fixtures/normalize/exclude-string/output.css b/test/fixtures/normalize/exclude-string/output.css
index b7f5068..6612005 100644
--- a/test/fixtures/normalize/exclude-string/output.css
+++ b/test/fixtures/normalize/exclude-string/output.css
@@ -111,7 +111,7 @@ a:hover {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
@@ -149,13 +149,13 @@ samp {
/* 2 */ }
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
diff --git a/test/fixtures/normalize/include-string/output.css b/test/fixtures/normalize/include-string/output.css
index 1da5b6a..48c3f52 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 <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
@@ -40,13 +40,13 @@ samp {
/* 2 */ }
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
diff --git a/test/fixtures/variables/default/output.css b/test/fixtures/variables/default/output.css
index f37aec6..c3fb5f8 100644
--- a/test/fixtures/variables/default/output.css
+++ b/test/fixtures/variables/default/output.css
@@ -111,7 +111,7 @@ a:hover {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
@@ -149,13 +149,13 @@ samp {
/* 2 */ }
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
diff --git a/test/fixtures/variables/font/output.css b/test/fixtures/variables/font/output.css
index e03241e..b0ad2b9 100644
--- a/test/fixtures/variables/font/output.css
+++ b/test/fixtures/variables/font/output.css
@@ -172,7 +172,7 @@ a:hover {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
@@ -210,13 +210,13 @@ samp {
/* 2 */ }
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
diff --git a/test/fixtures/variables/indent-amount/output.css b/test/fixtures/variables/indent-amount/output.css
index 651ed7c..f54e357 100644
--- a/test/fixtures/variables/indent-amount/output.css
+++ b/test/fixtures/variables/indent-amount/output.css
@@ -172,7 +172,7 @@ a:hover {
/* Text-level semantics
========================================================================== */
/**
- * 1. Remove the bottom border in Firefox <40.
+ * 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
@@ -210,13 +210,13 @@ samp {
/* 2 */ }
/**
- * Add the correct font style in Android <4.4.
+ * Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
- * Add the correct background and color in IE <10.
+ * Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;