8000 Fix: advanced example link · 2createStudio/postcss-sprites@9276c6f · GitHub
Skip to content

Commit 9276c6f

Browse files
committed
Fix: advanced example link
1 parent d4a263f commit 9276c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Can define standalone CSS file that will be generated from the sprite.
6464

6565
Type: `Function[], Function`
6666
Default: `[]`
67-
Example: [filterByFolder](#)
67+
Example: [filterBy](#advanced-example)
6868
Required: `false`
6969

7070
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:
7777

7878
Type: `Function[], Function`
7979
Default: `[]`
80-
Example: `./dist/sprite.css`
80+
Example: [groupBy](#advanced-example)
8181
Required: `false`
8282

8383
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

Comments
 (0)