Skip to content

Commit 6a72f1a

Browse files
committed
Merge pull request #42 from kane-c/master
Bootstrap 3.1.1 and a bunch of fixes
2 parents e57cc05 + 9b74509 commit 6a72f1a

32 files changed

+112
-103
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Bootstrap Stylus 3.1.0
1+
Bootstrap Stylus 3.1.1
22
======================
33

4-
Port of the amazing [Bootstrap 3.1.0](https://github.com/twbs/bootstrap) to [Stylus 0.42.0](http://learnboost.github.com/stylus/).
4+
Port of the amazing [Bootstrap 3.1.1](https://github.com/twbs/bootstrap) to [Stylus 0.42.0](http://learnboost.github.com/stylus/).
55

66
This version removes the mixins and prefers [nib](https://github.com/visionmedia/nib).
77

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-stylus",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"main": "stylus/bootstrap.styl",
55
"description": "A port of Bootstrap to Stylus",
66
"ignore": [

fonts/glyphicons-halflings-regular.eot

100644100755
45 Bytes
Binary file not shown.

fonts/glyphicons-halflings-regular.svg

100644100755
Lines changed: 47 additions & 47 deletions
Loading

fonts/glyphicons-halflings-regular.ttf

100644100755
44 Bytes
Binary file not shown.

fonts/glyphicons-halflings-regular.woff

100644100755
28 Bytes
Binary file not shown.

js/affix.js

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: affix.js v3.1.0
2+
* Bootstrap: affix.js v3.1.1
33
* http://getbootstrap.com/javascript/#affix
44
* ========================================================================
55
* Copyright 2011-2014 Twitter, Inc.

js/alert.js

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: alert.js v3.1.0
2+
* Bootstrap: alert.js v3.1.1
33
* http://getbootstrap.com/javascript/#alerts
44
* ========================================================================
55
* Copyright 2011-2014 Twitter, Inc.

js/button.js

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: button.js v3.1.0
2+
* Bootstrap: button.js v3.1.1
33
* http://getbootstrap.com/javascript/#buttons
44
* ========================================================================
55
* Copyright 2011-2014 Twitter, Inc.

js/carousel.js

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: carousel.js v3.1.0
2+
* Bootstrap: carousel.js v3.1.1
33
* http://getbootstrap.com/javascript/#carousel
44
* ========================================================================
55
* Copyright 2011-2014 Twitter, Inc.

0 commit comments

Comments
 (0)