diff options
| author | Mark Otto <[email protected]> | 2015-06-19 00:02:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-19 00:02:51 -0700 |
| commit | c8f74b804b1bc7cbd7f3da481cf2b014e8f18c47 (patch) | |
| tree | 9563a5144249ed54c2a5b51df6ce4ab7bce4d626 | |
| parent | e4d72c914dee951c6a3cd47c018882528516d801 (diff) | |
| download | bootstrap-c8f74b804b1bc7cbd7f3da481cf2b014e8f18c47.tar.xz bootstrap-c8f74b804b1bc7cbd7f3da481cf2b014e8f18c47.zip | |
remove less dir
| -rw-r--r-- | less/mixins/reset-text.less | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/less/mixins/reset-text.less b/less/mixins/reset-text.less deleted file mode 100644 index 58dd4d19b..000000000 --- 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; -} |
