aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-11-25 11:54:46 -0800
committerChris Rebert <[email protected]>2013-11-25 11:54:46 -0800
commitfa710fdb09e49511fd3d22c50f87d17ff5939e8a (patch)
tree302b22238aa03a3b0bd2246a5e36d516fc7c7217 /less
parentcad664e863b50bceb5d8cc310de1ff301191422f (diff)
parentbd44a4b5f35c38c75744e9c6cdc500f4e451c059 (diff)
downloadbootstrap-fa710fdb09e49511fd3d22c50f87d17ff5939e8a.tar.xz
bootstrap-fa710fdb09e49511fd3d22c50f87d17ff5939e8a.zip
Merge pull request #11612 from JerryChr/master
Removed unnecessary semicolon
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index e76d8d697..dff49cb4d 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -392,7 +392,7 @@
// Panels
// -------------------------
-.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border;) {
+.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {
border-color: @border;
& > .panel-heading {