Skip to content

Commit

Permalink
Add setup ui option for windicss library (#5971)
Browse files Browse the repository at this point in the history
This is the missing piece completing #5369
  • Loading branch information
Philzen authored Jul 16, 2022
1 parent 0493c8e commit 43a54b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1829,10 +1829,10 @@ Set up a UI design or style library. Right now the choices are [Chakra UI](https
yarn rw setup ui <library>
```
| Arguments & Options | Description |
| :------------------ | :-------------------------------------------------------------- |
| `library` | Library to configure. Choices are `chakra-ui` and `tailwindcss` |
| `--force, -f` | Overwrite existing configuration |
| Arguments & Options | Description |
| :------------------ | :-------------------------------------------------------------------------- |
| `library` | Library to configure. Choices are `chakra-ui`, `tailwindcss` and `windicss` |
| `--force, -f` | Overwrite existing configuration |
## storybook
Expand Down

0 comments on commit 43a54b6

Please sign in to comment.