From c37678cc6bb73329900c9c81f618b6935d75a31b Mon Sep 17 00:00:00 2001 From: mg901 Date: Thu, 27 Jun 2019 02:19:19 +0300 Subject: [PATCH] refactor: fully refactoring BREAKING CHANGE: fully refactoring --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index bc4a31b..b2c3d24 100644 --- a/index.js +++ b/index.js @@ -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');