Skip to content

Commit

Permalink
fix(entry): add missing functions. again
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Aug 27, 2020
1 parent a5064f9 commit 56b2599
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/_sass-fire.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@import 'F';
@import 'T';
@import 'add';
@import 'all-pass';
@import 'any-pass';
@import 'aperture';
@import 'assoc';
@import 'compose';
@import 'concat';
Expand All @@ -10,6 +13,7 @@
@import 'eq-by';
@import 'equals';
@import 'filter';
@import 'find';
@import 'gt';
@import 'gte';
@import 'has';
Expand All @@ -18,6 +22,7 @@
@import 'identity';
@import 'implode';
@import 'inc';
@import 'includes';
@import 'init';
@import 'inner-join';
@import 'intersection';
Expand Down Expand Up @@ -48,11 +53,15 @@
@import 'paths';
@import 'pick';
@import 'pipe';
@import 'prepend';
@import 'product';
@import 'prop-eq';
@import 'prop';
@import 'props';
@import 'reduce';
@import 'reject';
@import 'slice';
@import 'split-every';
@import 'split';
@import 'subtract';
@import 'sum';
Expand Down

0 comments on commit 56b2599

Please sign in to comment.