Crates.io | mkcss |
lib.rs | mkcss |
version | 0.2.0 |
source | src |
created_at | 2023-09-11 23:39:19.232155 |
updated_at | 2023-09-12 01:32:37.748572 |
description | 📝 Simple css creation utility. |
homepage | |
repository | https://github.com/exact-rs/mkcss |
max_upload_size | |
id | 970223 |
size | 66,641 |
mkcss is a simple CSS creation utility. It locates all the classes from your HTML documents and generates a stylesheet automatically.
# Use path from command line argument
~ $ mkcss /path/to/your/file.html
Stylesheet has been created successfully.
# Use path from console prompt
~ $ mkcss
Stylesheet has been created successfully.
To generate CSS with reset.css, use the --reset
flag like so:
~ $ 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