stylish-html 0.1.1

`stylish` helpers for writing styles as HTML elements
Documentation
[dependencies.askama_escape]
default-features = false
version = "0.10.3"

[dependencies.stylish-core]
default-features = false
version = "0.1.0"
[dev-dependencies.stylish]
version = "0.1.0"

[features]
alloc = ["stylish-core/alloc"]
default = ["std"]
macros = ["stylish-core/macros"]
std = ["alloc", "stylish-core/std"]

[package]
description = "`stylish` helpers for writing styles as HTML elements"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "stylish-html"
readme = "README.md"
repository = "https://github.com/Nullus157/stylish-rs"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]