Skip to content

Commit

Permalink
remove setup windicss file and from docs (redwoodjs#8598)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice authored Jun 14, 2023
1 parent 3c55859 commit d9797bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 169 deletions.
4 changes: 2 additions & 2 deletions docs/docs/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1909,15 +1909,15 @@ yarn redwood setup tsconfig
### setup ui
Set up a UI design or style library. Right now the choices are [TailwindCSS](https://tailwindcss.com/), [Chakra UI](https://chakra-ui.com/), [Mantine UI](https://ui.mantine.dev/) and [deprecated] [WindiCSS](https://windicss.org/).
Set up a UI design or style library. Right now the choices are [TailwindCSS](https://tailwindcss.com/), [Chakra UI](https://chakra-ui.com/), and [Mantine UI](https://ui.mantine.dev/).
```
yarn rw setup ui <library>
```
| Arguments & Options | Description |
| :------------------ | :-------------------------------------------------------------------------------------- |
| `library` | Library to configure. Choices are `chakra-ui`, `tailwindcss`, `mantine`, and `windicss [deprecated]` |
| `library` | Library to configure. Choices are `chakra-ui`, `tailwindcss`, and `mantine` |
| `--force, -f` | Overwrite existing configuration |
## storybook
Expand Down
167 changes: 0 additions & 167 deletions packages/cli/src/commands/setup/ui/libraries/windicss.js

This file was deleted.

0 comments on commit d9797bd

Please sign in to comment.