mkcss is a simple CSS creation utility. It locates all the classes from your HTML documents and generates a stylesheet automatically.
```bash
~ $ mkcss /path/to/your/file.html Stylesheet has been created successfully.
~ $ mkcss Stylesheet has been created successfully. ```
To generate CSS with reset.css, use the --reset
flag like so:
bash
~ $ mkcss /path/to/your/file.html --reset
Stylesheet has been created successfully.
For more commands, check out mkcss --help
Pre-built binaries for Linux, MacOS, and Windows can be found on the releases page.
git clone https://github.com/exact-labs/mkcss.git
cargo
cargo build --release