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:
parent
c213ff820a
commit
4474630d77
8 changed files with 8 additions and 8 deletions
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
|
@ -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);
|
||||
}
|
||||
|
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.css
vendored
2
docs/dist/css/bootstrap.css
vendored
|
@ -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);
|
||||
}
|
||||
|
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue