diff --git a/css.html b/css.html index 4d134a7ff7..460df1bfc0 100644 --- a/css.html +++ b/css.html @@ -3317,7 +3317,43 @@ a {
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.
- +Path | +Description | +
---|---|
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 | +
Rakefile |
+ Internal tasks, such as rake and convert | +
Visit the Sass port's GitHub repository to see this files in action.