From 2f56922937cdc9018db80c7e394dece7b523c70e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 21 Dec 2013 10:09:39 -0800 Subject: [PATCH] config url --- css.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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";