Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2015-12-01 11:07:49 +0300
committerChris Rebert <github@chrisrebert.com>2015-12-01 11:07:49 +0300
commit0ea85728d175c29525b15c5ab45355d115d62bc6 (patch)
tree04e82f8e4e87a61e9e8afe3f6505ebb53612d8f9 /less
parente4730c989ee6fa22b1a514452740d4152e8b12bc (diff)
button-groups.less: Grammar OCD comment
[ci skip]
Diffstat (limited to 'less')
-rw-r--r--less/button-groups.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 7bbefede88..16db0c6135 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -59,7 +59,7 @@
.border-right-radius(0);
}
}
-// Need .dropdown-toggle since :last-child doesn't apply, given a .dropdown-menu is used immediately after it
+// Need .dropdown-toggle since :last-child doesn't apply, given that a .dropdown-menu is used immediately after it
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
.border-left-radius(0);