Skip to content

Commit

Permalink
Fixing TailwindCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGKanev committed Aug 23, 2024
1 parent 800e6de commit f1ca1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 846 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The PHP-FPM Process Calculator helps system administrators and developers optimi
- Continuously watch for changes in the `style.css` file, updating the output file whenever changes occur.

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

- Generate a minified version of the CSS
Expand Down
Loading

0 comments on commit f1ca1c2

Please sign in to comment.