1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
Commit graph

15 commits

Author SHA1 Message Date
Stephen Pike
088d32e272 Update javascripts 2011-10-12 17:51:51 -04:00
Thomas McDonald
04df4de50a 1.3.1 release 2011-10-12 18:42:24 +01:00
Thomas McDonald
e3e8b2ec8b Merge pull request #4 from bbenezech/patch-1
Require sass-rails to avoid issues where bootstrap-sass is used in an engine
2011-10-12 08:48:19 -07:00
Benoit Bénézech
533ece86ba You can't use bootstrap-sass without sass-rails, so you need to require it (gemspec dependency are not automatically required). When used from an engine, this ended up in weird races conditions when sass-rails wasn't present in main_app's Gemfile (which requires it by default).
Should fix https://github.com/sferik/rails_admin/issues/759
2011-10-12 18:43:01 +03:00
Thomas McDonald
452e94c184 Merge pull request #3 from grosser/master
Fix css syntax in readme
2011-10-12 03:30:06 -07:00
Michael Grosser
2f139dcb92 Fix css syntax in readme 2011-10-12 09:59:11 +03:00
Thomas McDonald
b4761c78c4 Bump version to 1.3.0 2011-09-19 23:04:32 +01:00
Thomas McDonald
9a310fa0ce 1.3.0 documentation 2011-09-19 23:02:29 +01:00
Thomas McDonald
33e35f2d2b Added a version requirement for sass-rails 2011-09-19 22:57:58 +01:00
Thomas McDonald
1740834a40 Add Bootstrap 1.3.0 javascripts
Added Bootstrap 1.3 javascripts to /vendor/assets
Added bootstrap.js helper manifest which loads all Bootstrap javascripts
Included javascripts in list of files to include in gem
2011-09-19 22:54:05 +01:00
Thomas McDonald
f78e0d9cb0 Updated CSS to Bootstrap 1.3 2011-09-18 09:12:45 +01:00
Thomas McDonald
b5f18872d6 Edited README.md via GitHub 2011-09-07 01:25:14 +02:00
Thomas McDonald
b7edc64a23 Fixed .container incorrectly being a mixin instead of a definition.
.container was incorrectly translated to @container, which skips an
incredibly important @include clearfix.
2011-09-07 00:12:01 +01:00
Thomas McDonald
a69cddf6de bootstrap-rails was taken, lets try bootstrap-sass instead! 2011-09-06 23:38:04 +01:00
Thomas McDonald
c303d86d57 Extracted Bootstrap from QA
and everything *should* work.
2011-09-06 20:08:31 +01:00