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>2015-11-27 08:06:43 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2015-11-27 08:06:43 +0300
commit9dce99b41c7f5825262e021ff23cd55f54b293f2 (patch)
treec0f2311dbf720c9ca92ccebb3b0a0f4dd1ad55ae /fork-versions
parente0fbdf08d82a3be459163bef383726f04319296b (diff)
In typey-chroma-kss fork, fix linting error.
Diffstat (limited to 'fork-versions')
-rw-r--r--fork-versions/typey-chroma-kss/base/_root.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/fork-versions/typey-chroma-kss/base/_root.scss b/fork-versions/typey-chroma-kss/base/_root.scss
index 128e17e..e516fda 100644
--- a/fork-versions/typey-chroma-kss/base/_root.scss
+++ b/fork-versions/typey-chroma-kss/base/_root.scss
@@ -21,10 +21,10 @@ html {
}
body {
- // Remove default margin and padding.
- margin: 0;
- padding: 0;
// Output a horizontal grid to help with debugging typography. The
// $typey-debug variable will toggle its output.
@include typey-debug-grid();
+ // Remove default margin and padding.
+ margin: 0;
+ padding: 0;
}