Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
feat: add modularScale
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Nov 8, 2019
1 parent a6fdad5 commit f1710d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
var utils = require('./utils');
var mekeBreakpointsMap = require('./make-breakpoints-map').mekeBreakpointsMap;
var getBreakpointsMap = require('./make-breakpoints-map').getBreakpointsMap;
var modularScale = require('./modular-scale');

exports.ratios = {
AUGMENTED_FOURTH: 1.41421,
Expand All @@ -26,6 +28,7 @@ exports.toEm = utils.toEm;
exports.toPx = utils.toPx;
exports.toRem = utils.toRem;
exports.isNumeric = utils.isNumeric;
exports.hasPx = utils.hasPx;
exports.invariant = utils.invariant;
exports.mekeBreakpointsMap = mekeBreakpointsMap;
exports.getBreakpointsMap = getBreakpointsMap;
exports.modularScale = modularScale;

0 comments on commit f1710d1

Please sign in to comment.