stylance 0.7.2

Scoped CSS for rust projects
Documentation
[dependencies.stylance-macros]
version = "0.7.2"

[[example]]
name = "usage"
path = "examples/usage/main.rs"

[lib]
doctest = false
name = "stylance"
path = "src/lib.rs"

[package]
authors = ["Mario Carbajal"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "Scoped CSS for rust projects"
documentation = "https://docs.rs/stylance"
edition = "2021"
keywords = ["css", "css-modules", "scss", "web"]
license = "MIT OR Apache-2.0"
name = "stylance"
readme = "README.md"
repository = "https://github.com/basro/stylance-rs"
rust-version = "1.88"
version = "0.7.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.stylance]
folders = ["examples"]
output_dir = "../styles/"

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

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