From 2a43e7e78a59c70e217383c12c9ef0482cabb163 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Mar 2014 19:03:53 -0700 Subject: Break up docs into includes --- docs/_includes/css/sass.html | 52 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 docs/_includes/css/sass.html (limited to 'docs/_includes/css/sass.html') diff --git a/docs/_includes/css/sass.html b/docs/_includes/css/sass.html new file mode 100644 index 000000000..2d5fabbcd --- /dev/null +++ b/docs/_includes/css/sass.html @@ -0,0 +1,52 @@ +
+

Using Sass

+

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.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PathDescription
lib/Ruby gem code (Sass configuration, Rails and Compass integrations)
tasks/Converter scripts (turning upstream Less to Sass)
test/Compilation tests
templates/Compass package manifest
vendor/assets/Sass, JavaScript, and font files
RakefileInternal tasks, such as rake and convert
+
+

Visit the Sass port's GitHub repository to see these files in action.

+ + +

Installation

+

For information on how to install and use Bootstrap for Sass, consult the GitHub repository readme. It's the most up to date source and includes information for use with Rails, Compass, and standard Sass projects.

+

+ Bootstrap for Sass +

+
-- cgit v1.2.3