Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2013-11-08 09:27:51 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2013-11-08 09:27:51 +0400
commitd2d982d39b56aa19411b3ec7edee070dda702ab9 (patch)
treeaf283ea48acccec2f9fcb47ffe06a307c4d120a3 /README.md
parent34d538dc33b302a02e86ccec3e0a93fbf41f0bfa (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 75b8798..5279d1e 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,9 @@ This will create a new Compass project with the following files in it:
## Usage
+This project is a direct semi-automated conversion of [twbs/bootstrap](https://github.com/twbs/bootstrap).
+Use the original [bootstrap documentation](http://getbootstrap.com/css/).
+
### CSS / SCSS / SASS
Import Bootstrap in an SCSS file (for example, `application.css.scss`) to get all of Bootstrap's styles, mixins and variables! We recommend against using `//= require` directives, since none of your other stylesheets will be [able to access][antirequire] the Bootstrap mixins or variables.