2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+1 -1
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);
}