diff --git a/css.html b/css.html index 37eddaea63..62e5ba9529 100644 --- a/css.html +++ b/css.html @@ -3312,7 +3312,7 @@ 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.

+

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.

Installation

Use the appropriate guide for your environment of choice.

@@ -3360,9 +3360,9 @@ bundle exec compass create my-new-project -r bootstrap-sass --using bootstrap

This will create a new Compass project with the following files in it:

@@ -3410,7 +3410,7 @@ Bootstrap.javascripts_path

Sass

-

Import Bootstrap into a Sass file (for example, application.css.scss) to get all of Bootstrap's styles, mixins and variables! We recommend against using //= require directives, since none of your other stylesheets will be able to access the Bootstrap mixins or variables.

+

Import Bootstrap into a Sass file (for example, application.css.scss) to get all of Bootstrap's styles, mixins and variables! We recommend against using //= require directives, since none of your other stylesheets will be able to access the Bootstrap mixins or variables.

{% highlight sass %} @import "bootstrap";