tailwind-css-fixes 0.12.31

Fixes for tailwind-css crate (Compile tailwind short instructions to css)
Documentation
[dependencies.css-color]
version = "0.2.5"

[dependencies.itertools]
version = "0.11.0"

[dependencies.log]
version = "0.4.20"

[dependencies.nom]
version = "7.1.3"

[dependencies.tailwind-ast]
version = "0.4.*"

[dependencies.tailwind-error]
features = ["nom", "css-color"]
version = "1.3.*"

[dependencies.xxhash-rust]
features = ["xxh3"]
version = "0.8.7"

[dev-dependencies]

[features]
compile_time = []
default = []

[lib]
name = "tailwind_css_fixes"
path = "src/lib.rs"

[package]
authors = ["Aster <192607617@qq.com>", "greenzanman"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fixes for tailwind-css crate (Compile tailwind short instructions to css)"
documentation = "https://docs.rs/tailwind-css"
edition = "2021"
license = "MPL-2.0"
name = "tailwind-css-fixes"
readme = "Readme.md"
repository = "https://github.com/oovm/tailwind-rs"
version = "0.12.31"

[package.metadata.wee]
p = "cargo publish --allow-dirty"
t = "cargo test"

[[test]]
name = "main"
path = "tests/main.rs"