From: Mark Otto Date: Fri, 19 Jun 2015 07:02:51 +0000 (-0700) Subject: remove less dir X-Git-Tag: v4.0.0-alpha~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f74b804b1bc7cbd7f3da481cf2b014e8f18c47;p=thirdparty%2Fbootstrap.git remove less dir --- diff --git a/less/mixins/reset-text.less b/less/mixins/reset-text.less deleted file mode 100644 index 58dd4d19b4..0000000000 --- a/less/mixins/reset-text.less +++ /dev/null @@ -1,18 +0,0 @@ -.reset-text() { - font-family: @font-family-base; - // We deliberately do NOT reset font-size. - font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; - line-height: @line-height-base; - text-align: left; // Fallback for where `start` is not supported - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - white-space: normal; - word-break: normal; - word-spacing: normal; - word-wrap: normal; -}