mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
restore px to base font size var
This commit is contained in:
Vendored
+1
-1
@@ -340,7 +340,7 @@ td, th {
|
|||||||
|
|
||||||
/* line 20, /Users/mdo/work/bootstrap/scss/scaffolding */
|
/* line 20, /Users/mdo/work/bootstrap/scss/scaffolding */
|
||||||
html {
|
html {
|
||||||
font-size: 16 px;
|
font-size: 16px;
|
||||||
|
|
||||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -340,7 +340,7 @@ td, th {
|
|||||||
|
|
||||||
/* line 20, /Users/mdo/work/bootstrap/scss/scaffolding */
|
/* line 20, /Users/mdo/work/bootstrap/scss/scaffolding */
|
||||||
html {
|
html {
|
||||||
font-size: 16 px;
|
font-size: 16px;
|
||||||
|
|
||||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -18,7 +18,7 @@
|
|||||||
// Body reset
|
// Body reset
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: ($font-size-root)px;
|
font-size: $font-size-root;
|
||||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
-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;
|
$font-family-base: $font-family-sans-serif;
|
||||||
|
|
||||||
//** Pixel value used to responsively scale all typography. Applied to the `<html>` element.
|
//** 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.
|
//** Sets the `<body>` and more to the root pixel value.
|
||||||
$font-size-base: 1rem;
|
$font-size-base: 1rem;
|
||||||
$font-size-lg: 1.25rem;
|
$font-size-lg: 1.25rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user