diff options
| author | Mark Otto <[email protected]> | 2014-12-04 00:10:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-04 00:10:24 -0800 |
| commit | 4474630d77f1c3b87284afbacf5d35b4ea3349e2 (patch) | |
| tree | a5bb9013a808032bf6d5089206b5bc4762933619 /scss | |
| parent | c213ff820a8bf9c44d44fd63a70aae5b6c2aaa2d (diff) | |
| download | bootstrap-4474630d77f1c3b87284afbacf5d35b4ea3349e2.tar.xz bootstrap-4474630d77f1c3b87284afbacf5d35b4ea3349e2.zip | |
restore px to base font size var
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_scaffolding.scss | 2 | ||||
| -rw-r--r-- | scss/_variables.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index 4736c82b2..6608d5bf4 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -18,7 +18,7 @@ // Body reset html { - font-size: ($font-size-root)px; + font-size: $font-size-root; -webkit-tap-highlight-color: rgba(0,0,0,0); } diff --git a/scss/_variables.scss b/scss/_variables.scss index 4671db45d..99903284a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -61,7 +61,7 @@ $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace; $font-family-base: $font-family-sans-serif; //** Pixel value used to responsively scale all typography. Applied to the `<html>` element. -$font-size-root: 16; +$font-size-root: 16px; //** Sets the `<body>` and more to the root pixel value. $font-size-base: 1rem; $font-size-lg: 1.25rem; |
