Official Sass port of Bootstrap 2 and 3.
Перейти к файлу
Gleb Mazovetskiy 4d0a4a39a6 Update README.md 2013-08-22 19:08:29 +02:00
docs Update RAILS.md 2013-08-21 18:32:53 +02:00
lib rake convert 2013-08-22 10:40:32 +02:00
tasks converter: replace_calculation_semantics for any number of values 2013-08-21 18:26:32 +02:00
templates/project Remove Glyphicon sprites from Compass manifest. 2013-07-28 19:22:24 -04:00
test converter: cache files, understand in-file mixin definitinos 2013-08-18 23:00:27 +02:00
vendor/assets rake convert 2013-08-22 10:40:32 +02:00
.gitignore converter: cache files, understand in-file mixin definitinos 2013-08-18 23:00:27 +02:00
.travis.yml Ah, finally got the travis config. Updated for gem version bump. 2012-11-01 09:59:36 -04:00
CHANGELOG.md Updates to README files to reflect correct repo 2013-07-30 16:46:15 -07:00
CONTRIBUTING.md Updated the documentation and corrected some typos 2013-08-01 01:09:59 -04:00
Gemfile Add bundler for easy install of gem dependencies 2012-09-01 17:06:54 +01:00
LICENSE Extracted Bootstrap from QA 2011-09-06 20:08:31 +01:00
README.md Update README.md 2013-08-22 19:08:29 +02:00
Rakefile rake compile will compile CSS to tmp/ 2013-08-18 20:34:36 +02:00
bootstrap-sass.gemspec oops. remove byebug from gemspec 2013-08-20 15:44:03 +02:00

README.md

Bootstrap for Sass

bootstrap-sass is an Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.

Installation and Usage

Please see the appropriate guide for your environment of choice:

Development

Upstream Converter

Keeping bootstrap-sass in sync with upstream changes from Bootstrap used to be an error prone and time consuming manual process. With Bootstrap 3 we have introduced a converter that automates this.

Upstream changes to the Bootstrap project can now be pulled in using the convert rake task.

Here's an example run that would pull down the 3.0.0-wip branch from the main twbs/bootstrap repo (defaults to master):

% bundle exec rake 'convert[3.0.0-wip]'

The latest converter script is located here and does the following:

  • Converts upstream bootstrap LESS files to its matching SCSS file.
  • Copies all upstream JavaScript into vendor/assets/javascripts/bootstrap
  • Generates a javascript manifest at vendor/assets/javascripts/bootstrap.js
  • Copies all upstream font files into vendor/assets/fonts/bootstrap
  • Sets Bootstrap::BOOTSTRAP_SHA in version.rb to the branch sha.

This converter fully converts original LESS to SCSS. Conversion is automatic but requires instructions for certain transformations (see converter output for details). Please submit GitHub issues tagged with conversion.

Credits

bootstrap-sass has a number of major contributors:

and a significant number of other contributors.