aboutsummaryrefslogtreecommitdiffstats
path: root/src/_vars.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_vars.scss')
-rw-r--r--src/_vars.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/_vars.scss b/src/_vars.scss
new file mode 100644
index 0000000..ce6efda
--- /dev/null
+++ b/src/_vars.scss
@@ -0,0 +1,16 @@
1////
2/// Variables.
3///
4/// Global variables that are used throughout the framework.
5///
6/// @group Global variables
7///
8/// @access public
9////
10
11///
12/// Reference root font size in px that is used for px -> rem conversions.
13///
14/// @type number
15///
16$iro-root-size: 16px !default;