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

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <michael.cohen@bas0275.buildasign.local>2016-01-22 19:18:15 +0300
committerunknown <michael.cohen@bas0275.buildasign.local>2016-01-22 19:18:15 +0300
commita8f7d79c704fb238ea5efe6089d8d1b17d507575 (patch)
tree09fe4c25ba818db17216d58d6719d9b55f387b52
parentfeb7ecdd875fd26fbce2a3f85a697a72e29be55a (diff)
added documentation for sass-eyeglass
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 24365069..2ab03853 100644
--- a/README.md
+++ b/README.md
@@ -294,6 +294,22 @@ $navbar-default-color: $light-orange;
@import "bootstrap";
```
+### Eyeglass
+
+Boodstrap is available as an [Eyeglass](https://github.com/sass-eyeglass/eyeglass) module. After installing Bootstrap via NPM you can import the Bootstrap library via:
+
+```scss
+@import "bootstrap-sass/bootstrap"
+```
+
+or import only the parts of Bootstrap you need:
+
+```scss
+@import "bootstrap-sass/bootstrap/variables";
+@import "bootstrap-sass/bootstrap/mixins";
+@import "bootstrap-sass/bootstrap/carousel";
+```
+
## Version
Bootstrap for Sass version may differ from the upstream version in the last number, known as