Skip to content

Commit

Permalink
Updates to match v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan J Daw committed Nov 8, 2011
1 parent db7b825 commit e8e1636
Show file tree
Hide file tree
Showing 32 changed files with 1,425 additions and 662 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.DS_Store
lib/.sass-cache/*
.sass-cache/*
.rvmrc
1 change: 0 additions & 1 deletion .rvmrc

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
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-1.3.0.css">
<link rel="stylesheet" type="text/css" href="bootstrap-1.4.0.css">

For more info, refer to the docs!

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ rescue Bundler::BundlerError => e
end
require 'rake'

VERSION = "1.3.0"
VERSION = "1.4.0"
BOOTSTRAP_CSS = "bootstrap-#{VERSION}.css"
BOOTSTRAP_MIN_CSS = "bootstrap-#{VERSION}.min.css"

Expand Down
13 changes: 0 additions & 13 deletions bootstrap-1.3.0.min.css

This file was deleted.

0 comments on commit e8e1636

Please sign in to comment.