From 28a61e708dab9de25c22cf8a73897daa90290496 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 17:00:20 -0700 Subject: [PATCH] nuke the sass docs --- docs/_includes/css/sass.html | 52 ------------------------------------ docs/_includes/nav/css.html | 7 ----- docs/css.html | 1 - 3 files changed, 60 deletions(-) delete mode 100644 docs/_includes/css/sass.html diff --git a/docs/_includes/css/sass.html b/docs/_includes/css/sass.html deleted file mode 100644 index 2d5fabbcdd..0000000000 --- a/docs/_includes/css/sass.html +++ /dev/null @@ -1,52 +0,0 @@ -
-

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 -

-
diff --git a/docs/_includes/nav/css.html b/docs/_includes/nav/css.html index fc5c9a3755..235f67091f 100644 --- a/docs/_includes/nav/css.html +++ b/docs/_includes/nav/css.html @@ -118,10 +118,3 @@
  • Test cases
  • -
  • - Using Sass - -
  • diff --git a/docs/css.html b/docs/css.html index 3695e9dfa2..0d5b8c5f4f 100644 --- a/docs/css.html +++ b/docs/css.html @@ -15,4 +15,3 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e {% include css/images.html %} {% include css/helpers.html %} {% include css/responsive-utilities.html %} -{% include css/sass.html %}