DioxusLabs / DioxusLabs/docsite

Better way to run the Tailwind CSS compiler.

Open
#239 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.