This is a re-packaged release of 3.3.2.1 (v3.3.2+1).
Versions are now strictly semver. The PATCH version may be ahead of the upstream.
Framework version: Bootstrap v3.3.2.
autoprefixer-rails
is now a dependency for the ruby gem. #824Main bootstrap file is now a partial (_bootstrap.scss), for compatibility with Compass 1+.
Fixed a number of bugs. Issues closed in v3.2.0.2.
Fixed a number of bugs: Issues closed in v3.2.0.1.
vendor/assets
to assets
. bootstrap.js
now contains concatenated JS.styles.sass
.bootstrap-compass
, bootstrap-sprockets
, and bootstrap-mincer
.
Asset path helpers must be imported before bootstrap
, more in Readme.bootstrap-sprockets.js
.
It can be required without adding Bootstrap JS directory to load path, as it now uses relative paths.depend_on_asset
(glyphicons.scss
) has been changed to depend_on
to work around an issue with depend_on_asset
.
More information.scale
mixin Sass compatibility issuebootstrap-component.js
to bootstrap/component.js
- Peter Gumeson>= 3.2
- Thomas McDonaldimage_path
function - Tristan Harward, Gleb Mazovetskiybootstrap-affix
to the Compass template file - brief!default
- Thomas McDonaldrake:debug
with new file locations - Thomas McDonaldbootstrap
prefix for @import
ing files in bootstrap/bootstrap.scss
- Umair Siddique-
when they are flattened in Sass..row-fluid > spanX
nesting!default
to z-index variables.rake debug
and rake test
both compile bootstrap & bootstrap-responsive.navbar-inner > .container { width:940px; }
seems to work in the meanwhile@extend .row-fluid
, and any column inside it can use @include makeFluidColumn(num)
, where num
is the number of columns. Unfortunately, there is a rather major limitation to this: margins on first-child elements must be overriden. See the attached Stack Overflow answer for more information.@mixin opacity()
to take an argument 0...1
rather than 0...100
to be consistent with Compass.