blob: 34785b84a9ee0ad28020b2f585aa0ac092570801 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
////
/// Variables.
///
/// Global variables that are used throughout the framework.
///
/// @group Global variables
///
/// @access public
////
///
/// Reference root font size in px that is used for px -> rem conversions.
///
/// @type number
///
$root-size: 16px !default;
|