mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
bootstrap-rails was taken, lets try bootstrap-sass instead!
This commit is contained in:
parent
c303d86d57
commit
a69cddf6de
3 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Bootstrap for Rails
|
||||
|
||||
`bootstrap-rails` is an SASS-powered version of [Twitter's Bootstrap](http://github.com/twitter/bootstrap), ready to drop right into your asset-pipeline powered Rails applications.
|
||||
`bootstrap-sass` is an SASS-powered version of [Twitter's Bootstrap](http://github.com/twitter/bootstrap), ready to drop right into your asset-pipeline powered Rails applications.
|
||||
|
||||
Enjoy.
|
||||
|
||||
|
@ -8,7 +8,7 @@ Enjoy.
|
|||
|
||||
In your gemfile:
|
||||
|
||||
gem 'bootstrap-rails', '1.2.0'
|
||||
gem 'bootstrap-sass', '1.2.0'
|
||||
|
||||
In your css file of choice:
|
||||
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "bootstrap-rails"
|
||||
s.name = "bootstrap-sass"
|
||||
s.version = '1.2.0'
|
||||
s.authors = ["Thomas McDonald"]
|
||||
s.email = 'tom@conceptcoding.co.uk'
|
||||
s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails"
|
||||
s.homepage = "http://github.com/thomas-mcdonald/bootstrap-rails"
|
||||
s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass"
|
||||
|
||||
s.add_dependency 'sass-rails'
|
||||
|
||||
s.files = Dir["vendor/**/*.css.scss"] + ["README.md", "LICENSE", "lib/bootstrap-rails.rb"]
|
||||
s.files = Dir["vendor/**/*.css.scss"] + ["README.md", "LICENSE", "lib/bootstrap-sass.rb"]
|
||||
end
|
||||
|
||||
|
Loading…
Reference in a new issue