Skip to content

Commit

Permalink
generate final stylesheets to match 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m5o committed Mar 26, 2012
1 parent 6116357 commit 3605b58
Show file tree
Hide file tree
Showing 10 changed files with 751 additions and 269 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can use the SASS Twitter Bootstrap by dropping the compiled CSS into any new

Because SASS always outputs standard css, just link to the final output like normal:

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

For more info, refer to the docs!

Expand All @@ -25,7 +25,7 @@ You can learn more about SASS at:

http://sass-lang.com

SASS runs as a local GEM on your system. You can run "sass --watch lib/bootstrap.scss:bootstrap-2.0.1.css"
SASS runs as a local GEM on your system. You can run "sass --watch lib/bootstrap.scss:bootstrap-2.0.2.css"


Versioning
Expand Down Expand Up @@ -57,10 +57,18 @@ https://github.com/twitter/bootstrap/issues
Twitter account
---------------

Keep up to date on announcements and more by following Bootstrap on Twitter, <a href="http://twitter.com/TwBootstrap">@TwBootstrap</a>.
Keep up to date on announcements and more by following Bootstrap on Twitter, [@TwBootstrap](http://twitter.com/TwBootstrap).


Mailing List

Blog
----

Read more detailed announcements, discussions, and more on [The Official Twitter Bootstrap Blog](http://blog.getbootstrap.com).



Mailing list
------------

Have a question? Ask on our mailing list!
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rescue Bundler::BundlerError => e
end
require 'rake'

VERSION = "2.0.1"
VERSION = "2.0.2"
BOOTSTRAP_CSS = "bootstrap-#{VERSION}.css"
BOOTSTRAP_MIN_CSS = "bootstrap-#{VERSION}.min.css"
BOOTSTRAP_RESPONSIVE_CSS = "bootstrap-responsive-#{VERSION}.css"
Expand Down
13 changes: 0 additions & 13 deletions bootstrap-2.0.1.min.css

This file was deleted.

Loading

0 comments on commit 3605b58

Please sign in to comment.