rcss-layers 0.2.0

Part of Rust CSS embedding library that allows saving styles as seperate layers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rcss-layers"
version = "0.2.0"
edition = "2021"
description = "Part of Rust CSS embedding library that allows saving styles as seperate layers."
authors = ["vldm <me@vldm.cc>"]
keywords = ["css", "html", "rsx", "macro", "parse"]
repository = "https://github.com/rs-tml/rcss"
readme = "../README.md"
license = "MIT OR Apache-2.0"
include = ["/src", "../LICENSE"]

[dependencies]
rcss = { workspace = true, optional = true }

[features]
default = ["rcss_enable"]
rcss_enable = ["dep:rcss"]