diff options
| author | Mark Otto <[email protected]> | 2015-08-05 00:16:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 00:16:00 -0700 |
| commit | 0156fc1c9d929b631eea0f61cd39fb789993a3fb (patch) | |
| tree | 1281c36376e980d429a56f16f27f19482ddbfdf0 | |
| parent | 6848ee24847e822a5f917fdd28b367e58db5821e (diff) | |
| download | bootstrap-0156fc1c9d929b631eea0f61cd39fb789993a3fb.tar.xz bootstrap-0156fc1c9d929b631eea0f61cd39fb789993a3fb.zip | |
mathematical!
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index d1e301f8f..f0fb88daf 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -53,7 +53,7 @@ $spacer: 1rem !default; $spacer-x: $spacer !default; $spacer-y: $spacer !default; -$border-width: .0625rem !default; +$border-width: (1 / $font-size-root)rem !default; // Typography |
