diff --git a/_includes/nav-css.html b/_includes/nav-css.html
index 8bebd94e2f..a7ca471bd1 100644
--- a/_includes/nav-css.html
+++ b/_includes/nav-css.html
@@ -120,6 +120,7 @@
Using Sass
+ - What's included
- Rails install
- Compass install
- Sass install
diff --git a/css.html b/css.html
index 62e5ba9529..4d134a7ff7 100644
--- a/css.html
+++ b/css.html
@@ -3314,6 +3314,12 @@ a {
While Bootstrap is built on Less, it also has an official Sass port. We maintain it in a separate GitHub repository and handle updates with a conversion script.
+ What's included
+ Since the Sass port has a separate repo and serves a slightly different audience, the contents of the project differ greatly from the main Bootstrap project. This ensures the Sass port is as compatible with as many Sass-based systems as possible.
+
+
+
+
Installation
Use the appropriate guide for your environment of choice.