Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Valik3201 authored Feb 10, 2024
1 parent a874445 commit ad6354a
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 ad6354a

Please sign in to comment.