Commit 4474630d authored by Mark Otto's avatar Mark Otto

restore px to base font size var

parent c213ff82
......@@ -340,7 +340,7 @@ td, th {
/* line 20, /Users/mdo/work/bootstrap/scss/scaffolding */
html {
font-size: 16 px;
font-size: 16px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -340,7 +340,7 @@ td, th {
/* line 20, /Users/mdo/work/bootstrap/scss/scaffolding */
html {
font-size: 16 px;
font-size: 16px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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);
}
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment