Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Performance: Upgrade to Bootstrap v3.3.5
Browse files Browse the repository at this point in the history
Closes gh-91
  • Loading branch information
cvrebert authored and sfrisk committed Jul 14, 2015
1 parent 48104de commit 17fa2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance/frameworks/bootstrap.js
@@ -1,5 +1,5 @@
module.exports = {
css: [ "//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" ],
css: [ "//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" ],
button: {
generator: function( options ) {
var button = "<button class='btn " + options.state + " " + options.size + "' >";
Expand Down

0 comments on commit 17fa2a8

Please sign in to comment.