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

Commit

Permalink
fix: adjust import for "makeBreakpointsMap"
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Nov 10, 2019
1 parent f0e3bd6 commit 8065638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var getBreakpointsMap = require('./make-breakpoints-map').getBreakpointsMap;
var makeBreakpointsMap = require('./make-breakpoints-map').makeBreakpointsMap;
var modularScale = require('./modular-scale');

exports.ratios = {
Expand All @@ -21,5 +21,5 @@ exports.ratios = {
PHI: 1.618034,
};

exports.getBreakpointsMap = getBreakpointsMap;
exports.makeBreakpointsMap = makeBreakpointsMap;
exports.modularScale = modularScale;

0 comments on commit 8065638

Please sign in to comment.