We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603a952 commit 94ed684Copy full SHA for 94ed684
1 file changed
src/configuration/stories/customproperties.stories.tsx
@@ -34,6 +34,10 @@ const groups: { title: string; filterName: (name: string) => boolean }[] = [
34
title: "Color aliases",
35
filterName: (name) => name.startsWith(`--${eccgui}-color`) && !name.startsWith(`--${eccgui}-color-palette`),
36
},
37
+ {
38
+ title: "Accessibility",
39
+ filterName: (name) => name.startsWith(`--${eccgui}-a11y`),
40
+ },
41
{
42
title: "Opacity",
43
filterName: (name) => name.startsWith(`--${eccgui}-opacity`),
0 commit comments