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/sass
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2016-10-24 09:43:08 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-10-24 09:43:08 +0300
commit7f983c1fc88fa66f90e298eb982c09ffff130919 (patch)
tree455e7ecfa43cd9e727ddea7eec40bc82b03c11c3 /sass
parenta3e5051290ddc889f1dfcd30e35730b017a506ca (diff)
Rearrange property order on legend element. #88
Diffstat (limited to 'sass')
-rw-r--r--sass/normalize/_normalize-mixin.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/normalize/_normalize-mixin.scss b/sass/normalize/_normalize-mixin.scss
index 0166670..ca62404 100644
--- a/sass/normalize/_normalize-mixin.scss
+++ b/sass/normalize/_normalize-mixin.scss
@@ -587,9 +587,9 @@
box-sizing: border-box; /* 1 */
display: table; /* 1 */
max-width: 100%; /* 1 */
- white-space: normal; /* 1 */
- color: inherit; /* 2 */
padding: 0; /* 3 */
+ color: inherit; /* 2 */
+ white-space: normal; /* 1 */
}
/**