From: Mark Otto Date: Mon, 23 Dec 2013 05:27:12 +0000 (-0800) Subject: add what's included X-Git-Tag: v3.1.0~136^2~45^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc6aeb60aeacc79605549e3be12f807b0f31eb7;p=thirdparty%2Fbootstrap.git add what's included --- diff --git a/css.html b/css.html index 4d134a7ff7..460df1bfc0 100644 --- a/css.html +++ b/css.html @@ -3317,7 +3317,43 @@ a {

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 this files in action.

Installation