Skip to content

Commit 1380ddf

Browse files
authored
feat(react): expose setupTailwindGenerator from @nrwl/react (#14029)
1 parent 4c5a139 commit 1380ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ export { hostGenerator } from './src/generators/host/host';
2020
export { remoteGenerator } from './src/generators/remote/remote';
2121
export { cypressComponentConfigGenerator } from './src/generators/cypress-component-configuration/cypress-component-configuration';
2222
export { componentTestGenerator } from './src/generators/component-test/component-test';
23+
export { setupTailwindGenerator } from './src/generators/setup-tailwind/setup-tailwind';
2324
export type { SupportedStyles } from './typings/style';

0 commit comments

Comments
 (0)