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

Commit 96ce18f

Browse files
cvrebertarschmitz
authored andcommitted
Performance: Upgrade Bootstrap: v3.3.1 => v3.3.4
Closes gh-64
1 parent b4afa2c commit 96ce18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance/frameworks/bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
css: [ "//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" ],
2+
css: [ "//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" ],
33
button: {
44
generator: function( options ) {
55
var button = "<button class='btn " + options.state + " " + options.size + "' >";

0 commit comments

Comments
 (0)