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>2012-10-16 13:47:52 +0400
committerJohnAlbin <virtually.johnalbin@gmail.com>2012-10-16 13:47:52 +0400
commite686b29b8152d98668cb4a42b8492799eda4263b (patch)
treee2d23a3f8e20037ec6035abad98ee2a0eef666c9
parent270ccbf4f6f79ba8688afb20e8f4ad59553bc8aa (diff)
Improve inline documentation comments2.0.1
-rw-r--r--normalize.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/normalize.scss b/normalize.scss
index 14039e6..31955d6 100644
--- a/normalize.scss
+++ b/normalize.scss
@@ -1,15 +1,15 @@
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
+/* normalize.scss v2.0.1 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
-// Import your project's base partial. Remove this line if you don't follow
-// Compass best practices. @see http://compass-style.org/help/tutorials/best_practices/
+// Import your project's _base.scss partial. See Compass best practices for more
+// info. http://compass-style.org/help/tutorials/best_practices/
@import "base";
// =============================================================================
// Variables and Imports
//
-// If you have a base partial (and you should), you should probably move these
-// lines to your base partial.
+// If you have a base partial, you should move these lines to your base partial.
// =============================================================================
// The base font size.
@@ -18,7 +18,7 @@ $base-font-size: 16px !default; // Overrides default set in Vertical Rhythm part
// The base line height determines the basic unit of vertical rhythm.
// $base-line-height: 24px; // Overrides default set in Vertical Rhythm partial.
-// The font sizes for h1-h6. You should set these variables in your _base partial.
+// The font sizes for h1-h6. You should set these variables in your base partial.
$h1-font-size: 2 * $base-font-size !default;
$h2-font-size: 1.5 * $base-font-size !default;
$h3-font-size: 1.17 * $base-font-size !default;
@@ -32,7 +32,7 @@ $h6-font-size: 0.75 * $base-font-size !default;
// Setting this to false will result in smaller output, but no support for ie7 hacks.
// $legacy-support-for-ie7: true; // Overrides default set in Support partial.
-// The default font family. You should set $base-font-family in your _base partial.
+// The default font family. You should set $base-font-family in your base partial.
$base-font-family: sans-serif !default;
// The amount lists and blockquotes are indented.