Skip to content

Commit

Permalink
fix(readableColor): add missing export of readableColor to index (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
igl authored and bhough committed Aug 18, 2017
1 parent 44d4cce commit b776076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import mix from './color/mix'
import opacify from './color/opacify'
import parseToHsl from './color/parseToHsl'
import parseToRgb from './color/parseToRgb'
import readableColor from './color/readableColor'
import rgb from './color/rgb'
import rgba from './color/rgba'
import saturate from './color/saturate'
Expand Down Expand Up @@ -98,6 +99,7 @@ export {
placeholder,
position,
radialGradient,
readableColor,
rem,
retinaImage,
rgb,
Expand Down

0 comments on commit b776076

Please sign in to comment.