leptos_styling 0.3.1

A powerful styling solution for Leptos applications that enables seamless integration of CSS and SCSS stylesheets with type-safe class names and zero runtime overhead.
Documentation
[dependencies.inventory]
optional = true
version = "0.3"

[dependencies.leptos]
version = "0.8.0"

[dependencies.leptos_meta]
version = "0.8.5"

[dependencies.turf]
version = "0.10.1"

[features]
csr = ["dep:inventory"]
ssr = ["dep:inventory"]

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

[package]
authors = ["Tim Persigehl <dev@timtom2016.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm", "web-programming"]
description = """
A powerful styling solution for Leptos applications that enables seamless integration
of CSS and SCSS stylesheets with type-safe class names and zero runtime overhead.
"""
documentation = "https://docs.rs/leptos_styling/latest/"
edition = "2024"
keywords = ["leptos", "web", "CSS", "SCSS", "macro"]
license = "MIT"
name = "leptos_styling"
readme = "README.md"
repository = "https://github.com/TimTom2016/leptos_styling"
version = "0.3.1"