Skip to content

rhysforyou/sassy_bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 1 column 1
---

**Note:** This repository is no longer actively maintained, if you're looking for a good port of Bootstrap I suggest you check out the excellent [bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass) instead.

---

Sassy Bootstrap

Sassy Bootstrap is a Sass-based fork of Bootstrap, Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.

Usage

You can use Twitter Bootstrap in one of two ways: just drop the compiled CSS into any new project and start cranking or by editing and compiling the included Sass source.

Here's what the CSS version looks like:

<link rel="stylesheet" type="text/css" href="bootstrap.css">

or if you want to work with the Sass styles, simply run the following command when you're done with your edits:

sass path/to/bootstrap.sass > bootstrap.css

For more info, refer to the docs!

Versioning

For transparency and insight into our release cycle, and for striving to maintain backwards compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the follow format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backwards compatibility bumps the major
  • New additions without breaking backwards compatibility bumps the minor
  • Bug fixes and misc changes bump the patch

For more information on SemVer, please visit http://semver.org/.

Bug tracker

Have a bug? Please create an issue here on GitHub!

https://github.com/FrogBot/sassy-bootstrap/issues

Twitter account

Keep up to date on announcements and more by following Bootstrap on Twitter, @TwBootstrap. Updates to the core Bootstrap CSS will find their way here fairly soon after release.

Mailing list

Have a question? Ask on our mailing list!

twitter-bootstrap@googlegroups.com

http://groups.google.com/group/twitter-bootstrap

Developers

We have included a makefile with convenience methods for working with the bootstrap library.

  • build - make build This will run the less compiler on the bootstrap lib and generate a bootstrap.css and bootstrap.min.css file. The lessc compiler is required for this command to run.

  • watch - make watch This is a convenience method for watching your less files and automatically building them whenever you save. Watchr is required for this command to run.

For the SCSS files, a Rakefile is included, intended to be used with the ruby rake program. To build the SCSS files simply run rake build_scss.

Original Authors

Mark Otto

Jacob Thornton

License

Copyright 2011 Twitter, Inc.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

About

Sass-based fork of Bootstrap, a HTML, CSS, and JS toolkit from Twitter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Ruby 0.4%