Skip to content

Commit

Permalink
Add $mq-base-font-size default var
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestreety committed Jul 4, 2016
1 parent e5285a7 commit 7cbe3ab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/sass/_mixins.scss
Expand Up @@ -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 `<body>` element
/// @type Number (unit)
$mq-base-font-size: 16px !default;

/// Convert pixels to ems
///
/// @param {Number} $px - value to convert
Expand Down

0 comments on commit 7cbe3ab

Please sign in to comment.