You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Can define standalone CSS file that will be generated from the sprite.
64
64
65
65
Type: `Function[], Function`
66
66
Default: `[]`
67
-
Example: [filterByFolder](#)
67
+
Example: [filterBy](#advanced-example)
68
68
Required: `false`
69
69
70
70
Defines which filters apply to images found in the stylesheet. Each filter will be called with an image object. Each filter must return `Boolean` or thenable `Promise`, that will be resolved with `Boolean`. Each filter applies in series.
@@ -77,7 +77,7 @@ Built in filters:
77
77
78
78
Type: `Function[], Function`
79
79
Default: `[]`
80
-
Example: `./dist/sprite.css`
80
+
Example: [groupBy](#advanced-example)
81
81
Required: `false`
82
82
83
83
Defines logic of how to group images found in the stylesheet. Each grouper called with an image object. Each filter must return `String|Null` or thenable `Promise`, that will be resolved with `String|Null`. Each grouper applies in series.
0 commit comments