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

Commit

Permalink
refactor: fully refactoring
Browse files Browse the repository at this point in the history
BREAKING CHANGE: fully refactoring
  • Loading branch information
mg901 committed Jun 26, 2019
1 parent da676cc commit c37678c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const { plugin } = require('postcss');
const { ratios, makeBreakpointsMap } = require('@typographist/core');
const { isStep, step } = require('./features/step');
const { isStepFunction, stepFunction } = require('./features/step-function');

const { isBubblingRule, bubblingRule } = require('./features/bubbling-rule');
const { isNestedRule, nestedRule } = require('./features/nested-rule');

Expand Down

0 comments on commit c37678c

Please sign in to comment.