We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caa48e commit 0ac381fCopy full SHA for 0ac381f
site/index.js
@@ -42,6 +42,7 @@ module.exports = {
42
sections: components.map(component => ({
43
name: `${component.charAt(0).toUpperCase()}${component.substring(1)}`,
44
components: [`./src/components/${component}/[A-Z]*.jsx`],
45
+ ignore: ['**/tailwind/*'],
46
usageMode: 'expand',
47
})),
48
},
0 commit comments