1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Allow modification of the value of rem

This commit is contained in:
Martijn Cuppens
2019-08-24 16:11:02 +03:00
committed by XhmikosR
parent c463c261ed
commit 18cfe34585
2 changed files with 11 additions and 0 deletions

View File

@@ -17,6 +17,14 @@
box-sizing: border-box;
}
// Root
//
// 1. Ability to the value of the root font sizes, affecting the value of `rem`.
// null by default, thus nothing is generated.
:root {
font-size: $font-size-root; // 1
}
// Body
//