Skip to content

Commit 0ac381f

Browse files
committed
Ignore BaseComponent until can figure out how to present props properly
1 parent 8caa48e commit 0ac381f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module.exports = {
4242
sections: components.map(component => ({
4343
name: `${component.charAt(0).toUpperCase()}${component.substring(1)}`,
4444
components: [`./src/components/${component}/[A-Z]*.jsx`],
45+
ignore: ['**/tailwind/*'],
4546
usageMode: 'expand',
4647
})),
4748
},

0 commit comments

Comments
 (0)