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>2014-11-06 23:26:13 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2014-11-06 23:26:13 +0300
commitbb717a50426c5d70dbc1e7a83237e148c53259d5 (patch)
tree72b4ac369ec3bc01b796c282d395d1458cd5df97 /README.md
parenta8907ffe82c9d941f4187322d4f7ad5a3bb95094 (diff)
Update markdown in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 3123156..549c83f 100644
--- a/README.md
+++ b/README.md
@@ -69,15 +69,14 @@ There is a fantastic introduction to the project and brief instructions how to
use it in the [About normalize.css article](http://nicolasgallagher.com/about-normalize-css/).
To use the Compass port of Normalize, simply:
-* copy the _normalize.scss file to your sass directory (or if installed with
- Ruby Gem, add `require "normalize-scss"` to your config.rb file.)
-* import the partial into your main Sass file with `@import "normalize";`
-* and follow the "About normalize.css" article's suggestions:
-
-** __Approach 1:__ use `_normalize.scss` as a starting point for your own
+1. copy the _normalize.scss file to your sass directory (or if installed with
+ Ruby Gem, add `require "normalize-scss"` to your config.rb file.)
+2. import the partial into your main Sass file with `@import "normalize";`
+3. and follow the "About normalize.css" article's suggestions:
+ * __Approach 1:__ use `_normalize.scss` as a starting point for your own
project's base Sass, customising the values to match the design's requirements.
(The best approach, _IMO_.)
-** __Approach 2:__ include `_normalize.scss` untouched and build upon it,
+ * __Approach 2:__ include `_normalize.scss` untouched and build upon it,
overriding the defaults later in your Sass when necessary.
## Browser support