grunt dist

This commit is contained in:
Mark Otto 2016-07-27 09:32:05 -07:00
parent 24e992a6ff
commit 0fd2f8b889
13 changed files with 3 additions and 5 deletions

Binary file not shown.

View file

@ -65,8 +65,6 @@
padding: 3rem 15px 2rem;
color: #cdbfe3;
text-align: center;
background-image: -webkit-linear-gradient(315deg, #271b38, #563d7c, #7952b3);
background-image: -o-linear-gradient(315deg, #271b38, #563d7c, #7952b3);
background-image: linear-gradient(135deg, #271b38, #563d7c, #7952b3);
}
@ -1537,8 +1535,6 @@
*:hover > .anchorjs-link {
opacity: .75;
-webkit-transition: color .16s linear;
-o-transition: color .16s linear;
transition: color .16s linear;
}
@ -1546,4 +1542,6 @@
.anchorjs-link:focus {
text-decoration: none;
opacity: 1;
}
}
/*# sourceMappingURL=docs.min.css.map */

BIN
js/dist/alert.js.map vendored

Binary file not shown.

BIN
js/dist/button.js.map vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
js/dist/modal.js.map vendored

Binary file not shown.

BIN
js/dist/popover.js.map vendored

Binary file not shown.

Binary file not shown.

BIN
js/dist/tab.js.map vendored

Binary file not shown.

BIN
js/dist/tooltip.js.map vendored

Binary file not shown.

BIN
js/dist/util.js.map vendored

Binary file not shown.