forked from twbs/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from m5o/2.2.2-wip
update to match v2.2.2
- Loading branch information
Showing
111 changed files
with
2,363 additions
and
879 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,44 @@ | ||
[Twitter Bootstrap](http://twitter.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap) | ||
================= | ||
# [Twitter Bootstrap v2.2.2](http://twitter.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap) | ||
|
||
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat). | ||
|
||
To get started, checkout http://getbootstrap.com! | ||
|
||
|
||
|
||
Quick start | ||
----------- | ||
## Quick start | ||
|
||
Clone the repo, `git clone git://github.com/twitter/bootstrap.git`, [download the latest release](https://github.com/twitter/bootstrap/zipball/master), or install with twitter's [Bower](http://twitter.github.com/bower): `bower install bootstrap`. | ||
Three quick start options are available: | ||
|
||
* [Download the latest release](https://github.com/twitter/bootstrap/zipball/master). | ||
* Clone the repo: `git clone git://github.com/twitter/bootstrap.git`. | ||
* Install with Twitter's [Bower](http://twitter.github.com/bower): `bower install bootstrap`. | ||
|
||
|
||
SASS: Usage | ||
----------- | ||
|
||
## SASS: Usage | ||
|
||
You can use the SASS Twitter Bootstrap by dropping the compiled CSS into any new project and start cranking. | ||
|
||
Because SASS always outputs standard css, just link to the final output like normal: | ||
|
||
`<link rel="stylesheet" type="text/css" href="bootstrap-2.2.1.css">` | ||
`<link rel="stylesheet" type="text/css" href="bootstrap-2.2.2.css">` | ||
|
||
For more info, refer to the docs! | ||
|
||
|
||
|
||
SASS: Basic modification | ||
------------------------ | ||
## SASS: Basic modification | ||
|
||
You can learn more about SASS at: | ||
|
||
[sass-lang.com](http://sass-lang.com) | ||
|
||
SASS runs as a local GEM on your system. You can run `sass --watch lib/bootstrap.scss:bootstrap-2.2.1.css` | ||
SASS runs as a local GEM on your system. You can run `sass --watch lib/bootstrap.scss:bootstrap-2.2.2.css` | ||
|
||
|
||
|
||
Versioning | ||
---------- | ||
## Versioning | ||
|
||
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible. | ||
|
||
|
@@ -57,51 +56,24 @@ For more information on SemVer, please visit http://semver.org/. | |
|
||
|
||
|
||
Bug tracker | ||
----------- | ||
|
||
Have a bug? Please create an issue here on GitHub that conforms with [necolas's guidelines](https://github.com/necolas/issue-guidelines). | ||
|
||
https://github.com/twitter/bootstrap/issues | ||
|
||
|
||
|
||
Twitter account | ||
--------------- | ||
|
||
Keep up to date on announcements and more by following Bootstrap on Twitter, [@TwBootstrap](http://twitter.com/TwBootstrap). | ||
|
||
|
||
## Bug tracker | ||
|
||
Blog | ||
---- | ||
Have a bug or a feature request? [Please open a new issue](https://github.com/twitter/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). | ||
|
||
Read more detailed announcements, discussions, and more on [The Official Twitter Bootstrap Blog](http://blog.getbootstrap.com). | ||
|
||
|
||
## Community | ||
|
||
Mailing list | ||
------------ | ||
Keep track of development and community news. | ||
|
||
Have a question? Ask on our mailing list! | ||
* Follow [@twbootstrap on Twitter](http://twitter.com/twbootstrap). | ||
* Read and subscribe to the [The Official Twitter Bootstrap Blog](http://blog.getbootstrap.com). | ||
* Have a question that's not a feature request or bug report? [Ask on the mailing list.](http://groups.google.com/group/twitter-bootstrap) | ||
* Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##twitter-bootstrap` channel. | ||
|
||
[email protected] | ||
|
||
http://groups.google.com/group/twitter-bootstrap | ||
|
||
|
||
|
||
IRC | ||
--- | ||
|
||
Server: irc.freenode.net | ||
|
||
Channel: ##twitter-bootstrap (the double ## is not a typo) | ||
|
||
|
||
|
||
SASS: Developers | ||
---------------- | ||
## SASS: Developers | ||
|
||
We have included a Rakefile with convenience methods for working with the SASS Bootstrap library. | ||
|
||
|
@@ -114,8 +86,7 @@ This is a convenience method for watching your Sass files and automatically buil | |
|
||
|
||
|
||
Developers | ||
---------- | ||
## Developers | ||
|
||
We have included a makefile with convenience methods for working with the Bootstrap library. | ||
|
||
|
@@ -130,27 +101,27 @@ $ npm install recess connect uglify-js jshint -g | |
Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/extend.html#compiling">Read more in our docs »</a> | ||
|
||
+ **test** - `make test` | ||
Runs jshint and qunit tests headlessly in [phantomjs] (http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed. | ||
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed. | ||
|
||
+ **watch** - `make watch` | ||
This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem. | ||
|
||
|
||
|
||
Contributing | ||
------------ | ||
## Contributing | ||
|
||
Please submit all pull requests against *-wip branches. If your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the [Code Guide](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo). | ||
|
||
Please submit all pull requests against *-wip branches. If your unit test contains javascript patches or features, you must include relevant unit tests. Thanks! | ||
Thanks! | ||
|
||
|
||
|
||
Authors | ||
------- | ||
## Authors | ||
|
||
**Mark Otto** | ||
|
||
+ http://twitter.com/mdo | ||
+ http://github.com/markdotto | ||
+ http://github.com/mdo | ||
|
||
**Jacob Thornton** | ||
|
||
|
@@ -159,8 +130,7 @@ Authors | |
|
||
|
||
|
||
Sass Conversion | ||
--------------- | ||
## SASS: Conversion less to Sass | ||
|
||
The Twitter Bootstrap was lovingly converted to Sass by: | ||
|
||
|
@@ -188,8 +158,7 @@ And [others](https://github.com/jlong/sass-twitter-bootstrap/contributors) | |
|
||
|
||
|
||
Sass Conversion Quick Tips | ||
-------------------------- | ||
## SASS: Conversion Quick Tips | ||
|
||
* replace @ with $ | ||
* replace . with @include for mixins | ||
|
@@ -206,8 +175,7 @@ Sass Conversion Quick Tips | |
|
||
|
||
|
||
Copyright and license | ||
--------------------- | ||
## Copyright and license | ||
|
||
Copyright 2012 Twitter, Inc. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.