Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Valik3201 committed Feb 10, 2024
2 parents ae358f4 + ad6354a commit 66d29d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ In this project, the following components from the `shadcn/ui` library are utili

Tailwind CSS is used for utility-based styling throughout the project. This includes defining styles for layout, typography, colors, and more by applying utility classes directly to HTML elements.

To watch for changes and rebuild the CSS when necessary, the following command can be run:

```bash
npx tailwindcss -i ./src/input.css -o ./src/output.css --watch
```

By combining `shadcn/ui` for UI components and Tailwind CSS for utility-based styling, this project benefits from a streamlined development process, allowing for faster iteration and consistent design patterns throughout the application.

## Typography
Expand Down

0 comments on commit 66d29d0

Please sign in to comment.