diff options
| author | Mark Otto <[email protected]> | 2013-05-16 20:18:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-16 20:18:03 -0700 |
| commit | 5dd6dbd6240575db20f040fff8c112241adf8aea (patch) | |
| tree | e81f2dc58597567d4ec6f2293854bb140d660c8b | |
| parent | 1983ca03ec4f84bf9076d9327bc966caffda4ea6 (diff) | |
| download | bootstrap-5dd6dbd6240575db20f040fff8c112241adf8aea.tar.xz bootstrap-5dd6dbd6240575db20f040fff8c112241adf8aea.zip | |
Nuke rem font-size mixin
| -rw-r--r-- | less/mixins.less | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/less/mixins.less b/less/mixins.less index a2338c184..b54b05c4e 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -522,14 +522,6 @@ // Framework mixins // -------------------------------------------------- -// Generate rem font-sizes with pixel fallbacks -// By default uses `@font-size-base` with an initial value of 14 (1.4rem or 14px) -.font-size(@font-size: @font-size-base) { - @rem-size: (@font-size / 10); - font-size: ~"@{font-size}px"; - font-size: ~"@{rem-size}rem"; -} - // Generate form validation states .form-field-validation(@text-color: #555, @border-color: #ccc, @background-color: #f5f5f5) { // Color the label text |
