aboutsummaryrefslogtreecommitdiff
path: root/less/_type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-09-21 16:04:37 -0700
committerMark Otto <[email protected]>2014-09-21 16:04:37 -0700
commitd1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2 (patch)
tree1cbc830c380b8cda342eccd37dfa1732600d5d19 /less/_type.less
parent2cc9e773c57e389e8fcb797148fb850433144c3e (diff)
downloadbootstrap-d1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2.tar.xz
bootstrap-d1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2.zip
Swap -small and -large variables for -sm and -lg
Diffstat (limited to 'less/_type.less')
-rw-r--r--less/_type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/_type.less b/less/_type.less
index 2b331555d..1bc498a3a 100644
--- a/less/_type.less
+++ b/less/_type.less
@@ -71,7 +71,7 @@ p {
// Ex: (12px small font / 14px base font) * 100% = about 85%
small,
.small {
- font-size: floor((100% * @font-size-small / @font-size-base));
+ font-size: floor((100% * @font-size-sm / @font-size-base));
}
mark,