mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Allow modification of the value of rem
This commit is contained in:
committed by
XhmikosR
parent
c463c261ed
commit
18cfe34585
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user