Skip to content

Commit

Permalink
feat(react): expose setupTailwindGenerator from @nrwl/react (#14029)
Browse files Browse the repository at this point in the history
  • Loading branch information
beaussan committed Dec 27, 2022
1 parent 4c5a139 commit 1380ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/index.ts
Expand Up @@ -20,4 +20,5 @@ export { hostGenerator } from './src/generators/host/host';
export { remoteGenerator } from './src/generators/remote/remote';
export { cypressComponentConfigGenerator } from './src/generators/cypress-component-configuration/cypress-component-configuration';
export { componentTestGenerator } from './src/generators/component-test/component-test';
export { setupTailwindGenerator } from './src/generators/setup-tailwind/setup-tailwind';
export type { SupportedStyles } from './typings/style';

0 comments on commit 1380ddf

Please sign in to comment.