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

Commit

Permalink
refactor: rename make-breakpoint
Browse files Browse the repository at this point in the history
BREAKING CHANGE: rename make-breakpoint with
make-breakpoints-map
  • Loading branch information
mg901 committed Jan 27, 2019
1 parent fa381d1 commit 50a8694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @flow

export { modularScale } from './calculators/modular-scale';
export { makeBreakpoints } from './make-breakpoints';
export { makeBreakpointsMap } from './make-breakpoints-map';
export * as constants from './constants';
export { camelize } from './convertors/camelize';
export { normalizeString } from './convertors/normalize-string';
Expand Down

0 comments on commit 50a8694

Please sign in to comment.