Skip to content

Commit

Permalink
feat(react): expose setupTailwindGenerator from @nrwl/react
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #14028
  • Loading branch information
beaussan committed Dec 27, 2022
1 parent d3ef0ea commit d43413d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/index.ts
Original file line number Diff line number Diff line change
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 d43413d

Please sign in to comment.