mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Bump to 3.3.2.1
Fixed glyphicons regression
This commit is contained in:
parent
daeb43dcc7
commit
720843af92
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 3.3.2.1
|
||||
|
||||
* Fix glyphicons regression (revert 443d5b49eac84aec1cb2f8ea173554327bfc8c14)
|
||||
|
||||
## 3.3.2.0
|
||||
|
||||
* Autoprefixer is now required, and `autoprefixer-rails` is now a dependency for the ruby gem. [#824](https://github.com/twbs/bootstrap-sass/issues/824)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Bootstrap
|
||||
VERSION = '3.3.2.0'
|
||||
VERSION = '3.3.2.1'
|
||||
BOOTSTRAP_SHA = 'bcf7dd38b5ab180256e2e4fb5da0369551b3f082'
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.2.0):
|
||||
// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.2.1):
|
||||
|
||||
//
|
||||
// Variables
|
||||
|
|
Loading…
Add table
Reference in a new issue