We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d12e0 commit 08e3e26Copy full SHA for 08e3e26
docs/src/content/docs/reference/Hooks/filters.md
@@ -51,7 +51,7 @@ StyleDictionary.registerFilter(myFilter);
51
export default {
52
hooks: {
53
filters: {
54
- 'my-filter': myFilter,
+ 'my-filter': myFilter.filter,
55
},
56
57
// ... the rest of the configuration
0 commit comments