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:36 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2015-11-19 04:34:57 +0300
commit44957353fd9acabd09a97f9b49ac45263b2f8d02 (patch)
treef4334c0511eefc24678a0935aa3548b884ae5090 /test
parent468fe5d2e5cf74cfed4240a020d84fbed0ac4712 (diff)
Use @include padding() on fieldset in typey fork.
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/fork-versions/typey/output.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/fork-versions/typey/output.css b/test/fixtures/fork-versions/typey/output.css
index 14306c0..b6071d3 100644
--- a/test/fixtures/fork-versions/typey/output.css
+++ b/test/fixtures/fork-versions/typey/output.css
@@ -394,9 +394,9 @@ input[type="search"] {
* Define consistent border, margin, and padding.
*/
fieldset {
+ padding: 0.525rem 0.9375rem 0.975rem;
border: 1px solid #c0c0c0;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em; }
+ margin: 0 2px; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.