DioxusLabs / DioxusLabs/docsite
Better way to run the Tailwind CSS compiler.
Open
documentation
- Dominant language
- Rust
- Stars
- 206
- Forks
- 208
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 3
Description
The Tailwind command can be defined in a `package.json` and called using `npm run [cmd]`.
```json
"scripts": {
"css-dev": "npx tailwindcss -i ./tailwind.css -o ./public/tailwind.css --watch --minify"
}
```
```sh
npm run css-dev
```
Also the use of the `--minify` flag can generate minified code.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.