unstyled 0.1.3

Unstyled is just another library which allows to write scoped CSS styles in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.unstyled_macro]
version = "0.1.3"

[features]
css-block-lint = ["unstyled_macro/css-block-lint"]

[package]
authors = ["Yannik_Sc"]
categories = ["web-programming"]
description = "Unstyled is just another library which allows to write scoped CSS styles in Rust"
edition = "2021"
keywords = ["scoped-styles", "leptos", "web-components", "css", "web"]
license = "MIT"
name = "unstyled"
readme = "README.md"
repository = "https://github.com/YannikSc/unstyled"
version = "0.1.3"