From 7cbe3ab98a0b5b5908adde7c486d451432e4115a Mon Sep 17 00:00:00 2001 From: Mike Street Date: Mon, 4 Jul 2016 15:47:54 +0100 Subject: [PATCH] Add $mq-base-font-size default var Taken from https://github.com/sass-mq/sass-mq/blob/master/_mq.scss --- build/sass/_mixins.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build/sass/_mixins.scss b/build/sass/_mixins.scss index 03805ee..3e38a60 100755 --- a/build/sass/_mixins.scss +++ b/build/sass/_mixins.scss @@ -3,6 +3,16 @@ /// @group Sprite //// +/** + * The following variable and function originate from the sass-mq library. + * If you have already included it, you can eliminate the below + * https://github.com/sass-mq/sass-mq/blob/master/_mq.scss + */ + +/// Base font size on the `` element +/// @type Number (unit) +$mq-base-font-size: 16px !default; + /// Convert pixels to ems /// /// @param {Number} $px - value to convert