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
path: root/test
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2015-11-19 04:34:30 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2015-11-19 04:34:30 +0300
commit468fe5d2e5cf74cfed4240a020d84fbed0ac4712 (patch)
treecf675a99f8c0e80ee6b3c5790d8ae36bc08c86cd /test
parent0f651c861d97b865cf034476529fc8b111a8cbab (diff)
Move blockquote, p, pre to grouping.
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/fork-versions/typey/output.css55
-rw-r--r--test/fixtures/variables/font/output.css26
-rw-r--r--test/fixtures/variables/indent-amount/output.css26
-rw-r--r--test/fixtures/variables/support-for/ie6/output.css26
-rw-r--r--test/fixtures/variables/support-for/ie7/output.css26
5 files changed, 78 insertions, 81 deletions
diff --git a/test/fixtures/fork-versions/typey/output.css b/test/fixtures/fork-versions/typey/output.css
index 9978009..14306c0 100644
--- a/test/fixtures/fork-versions/typey/output.css
+++ b/test/fixtures/fork-versions/typey/output.css
@@ -111,12 +111,6 @@ strong {
font-weight: bold; }
/**
- * Set 1 unit of vertical rhythm on the top and bottom margin.
- */
-blockquote {
- margin: 1.5rem 2.5rem; }
-
-/**
* Address styling not present in Safari and Chrome.
*/
dfn {
@@ -165,13 +159,6 @@ mark {
color: #000; }
/**
- * Set 1 unit of vertical rhythm on the top and bottom margin.
- */
-p,
-pre {
- margin: 1.5rem 0rem; }
-
-/**
* Address inconsistent and variable font size in all browsers.
*/
small {
@@ -193,7 +180,21 @@ sup {
sub {
bottom: -0.25em; }
-/* Lists
+/* Embedded content
+ ========================================================================== */
+/**
+ * Remove border when inside `a` element in IE 8/9/10.
+ */
+img {
+ border: 0; }
+
+/**
+ * Correct overflow not hidden in IE 9/10/11.
+ */
+svg:not(:root) {
+ overflow: hidden; }
+
+/* Grouping content
========================================================================== */
/**
* Address margins set differently in IE 6/7.
@@ -224,22 +225,12 @@ ol,
ul {
padding: 0 0 0 40px; }
-/* Embedded content
- ========================================================================== */
/**
- * Remove border when inside `a` element in IE 8/9/10.
- */
-img {
- border: 0; }
-
-/**
- * Correct overflow not hidden in IE 9/10/11.
+ * Set 1 unit of vertical rhythm on the top and bottom margin.
*/
-svg:not(:root) {
- overflow: hidden; }
+blockquote {
+ margin: 1.5rem 2.5rem; }
-/* Grouping content
- ========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
@@ -254,6 +245,13 @@ hr {
height: 0; }
/**
+ * Set 1 unit of vertical rhythm on the top and bottom margin.
+ */
+p,
+pre {
+ margin: 1.5rem 0rem; }
+
+/**
* Contain overflow in all browsers.
*/
pre {
@@ -264,8 +262,7 @@ pre {
*/
code,
kbd,
-pre,
-samp {
+samp, pre {
font-family: monospace, monospace;
font-size: 1em; }
diff --git a/test/fixtures/variables/font/output.css b/test/fixtures/variables/font/output.css
index bd75ae9..c8120da 100644
--- a/test/fixtures/variables/font/output.css
+++ b/test/fixtures/variables/font/output.css
@@ -108,12 +108,6 @@ strong {
font-weight: bold; }
/**
- * Set 1 unit of vertical rhythm on the top and bottom margin.
- */
-blockquote {
- margin: 1.5em 40px; }
-
-/**
* Address styling not present in Safari and Chrome.
*/
dfn {
@@ -162,13 +156,6 @@ mark {
color: #000; }
/**
- * Set 1 unit of vertical rhythm on the top and bottom margin.
- */
-p,
-pre {
- margin: 1.5em 0; }
-
-/**
* Address inconsistent and variable font size in all browsers.
*/
small {
@@ -236,6 +223,12 @@ ul {
padding: 0 0 0 40px; }
/**
+ * Set 1 unit of vertical rhythm on the top and bottom margin.
+ */
+blockquote {
+ margin: 1.5em 40px; }
+
+/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
@@ -249,6 +242,13 @@ hr {
height: 0; }
/**
+ * Set 1 unit of vertical rhythm on the top and bottom margin.
+ */
+p,
+pre {
+ margin: 1.5em 0; }
+
+/**
* Contain overflow in all browsers.
*/
pre {
diff --git a/test/fixtures/variables/indent-amount/output.css b/test/fixtures/variables/indent-amount/output.css
index d61edb1..54befc8 100644
--- a/test/fixtures/variables/indent-amount/output.css
+++ b/test/fixtures/variables/indent-amount/output.css
@@ -108,12 +108,6 @@ strong {
font-weight: bold; }
/**
- * Set 1 unit of vertical rhythm on the top and bottom margin.
- */
-blockquote {
- margin: 1.5em 3em; }
-
-/**
* Address styling not present in Safari and Chrome.
*/
dfn {
@@ -162,13 +156,6 @@ mark {
color: #000; }
/**
- * Set 1 unit of vertical rhythm on the top and bottom margin.
- */
-p,
-pre {
- margin: 1.5em 0; }
-
-/**
* Address inconsistent and variable font size in all browsers.
*/
small {
@@ -236,6 +223,12 @@ ul {
padding: 0 0 0 3em; }
/**
+ * Set 1 unit of vertical rhythm on the top and bottom margin.
+ */
+blockquote {
+ margin: 1.5em 3em; }
+
+/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
@@ -249,6 +242,13 @@ hr {
height: 0; }
/**
+ * Set 1 unit of vertical rhythm on the top and bottom margin.
+ */
+p,
+pre {
+ margin: 1.5em 0; }
+
+/**
* Contain overflow in all browsers.
*/
pre {
diff --git a/test/fixtures/variables/support-for/ie6/output.css b/test/fixtures/variables/support-for/ie6/output.css
index 1eb34d5..72a910c 100644
--- a/test/fixtures/variables/support-for/ie6/output.css
+++ b/test/fixtures/variables/support-for/ie6/output.css
@@ -109,12 +109,6 @@ strong {
font-weight: bold; }
/**
- * Set 1 unit of vertical rhythm on the top and bottom margin.
- */
-blockquote {
- margin: 1.5em 40px; }
-
-/**
* Address styling not present in Safari and Chrome.
*/
dfn {
@@ -157,13 +151,6 @@ mark {
color: #000; }
/**
- * Set 1 unit of vertical rhythm on the top and bottom margin.
- */
-p,
-pre {
- margin: 1.5em 0; }
-
-/**
* Address inconsistent and variable font size in all browsers.
*/
small {
@@ -232,6 +219,12 @@ nav ol {
list-style-image: none; }
/**
+ * Set 1 unit of vertical rhythm on the top and bottom margin.
+ */
+blockquote {
+ margin: 1.5em 40px; }
+
+/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
@@ -245,6 +238,13 @@ hr {
height: 0; }
/**
+ * Set 1 unit of vertical rhythm on the top and bottom margin.
+ */
+p,
+pre {
+ margin: 1.5em 0; }
+
+/**
* Contain overflow in all browsers.
*/
pre {
diff --git a/test/fixtures/variables/support-for/ie7/output.css b/test/fixtures/variables/support-for/ie7/output.css
index 9c79952..9e28cbb 100644
--- a/test/fixtures/variables/support-for/ie7/output.css
+++ b/test/fixtures/variables/support-for/ie7/output.css
@@ -109,12 +109,6 @@ strong {
font-weight: bold; }
/**
- * Set 1 unit of vertical rhythm on the top and bottom margin.
- */
-blockquote {
- margin: 1.5em 40px; }
-
-/**
* Address styling not present in Safari and Chrome.
*/
dfn {
@@ -157,13 +151,6 @@ mark {
color: #000; }
/**
- * Set 1 unit of vertical rhythm on the top and bottom margin.
- */
-p,
-pre {
- margin: 1.5em 0; }
-
-/**
* Address inconsistent and variable font size in all browsers.
*/
small {
@@ -232,6 +219,12 @@ nav ol {
list-style-image: none; }
/**
+ * Set 1 unit of vertical rhythm on the top and bottom margin.
+ */
+blockquote {
+ margin: 1.5em 40px; }
+
+/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
@@ -245,6 +238,13 @@ hr {
height: 0; }
/**
+ * Set 1 unit of vertical rhythm on the top and bottom margin.
+ */
+p,
+pre {
+ margin: 1.5em 0; }
+
+/**
* Contain overflow in all browsers.
*/
pre {