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>2015-11-04 17:30:35 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2015-11-04 17:30:35 +0300
commit21b7965bb30325ae759926ab91ee17d73289afa7 (patch)
treee2f928a52ec1c5f4b111be185c17df41e21e0a45 /sass
parent5a0496c8a1cf07d7416e43e188acfefca225abf2 (diff)
Remove debug-vertical-alignment().
Diffstat (limited to 'sass')
-rw-r--r--sass/_normalize.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/sass/_normalize.scss b/sass/_normalize.scss
index 9d8b369..1dc3acc 100644
--- a/sass/_normalize.scss
+++ b/sass/_normalize.scss
@@ -20,8 +20,6 @@ html {
font-family: $base-font-family; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
- // Show a background image that can be used to debug your alignments.
- // @include debug-vertical-alignment();
}
/**