1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

restore px to base font size var

This commit is contained in:
Mark Otto 2014-12-04 00:10:24 -08:00
parent c213ff820a
commit 4474630d77
8 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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);
}

View file

@ -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;