0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

run grunt

This commit is contained in:
Mark Otto 2013-10-01 11:37:47 -05:00
parent 0e628b6546
commit b352061d1d
7 changed files with 4 additions and 32 deletions

View File

@ -1,10 +1,3 @@
/*!
* Bootstrap v3.0.0 by @fat and @mdo
* Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
.btn-default,
.btn-primary,
.btn-success,

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,3 @@
/*!
* Bootstrap v3.0.0 by @fat and @mdo
* Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }
/* ========================================================================
* Bootstrap: transition.js v3.0.0

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long