fission-theme 0.1.0

Design tokens and theming for the Fission UI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fission-theme"
version = "0.1.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/worka-ai/fission"
description = "Design tokens and theming for the Fission UI framework"
include = [
    "src/**/*",
    "README.md",
    "Cargo.toml",
    "fonts/Inter/static/Inter_24pt-Regular.ttf",
    "fonts/Noto_Sans/static/NotoSans-Regular.ttf",
]

[dependencies]
fission-ir = { path = "../fission-ir", version = "0.1.0" }
serde = { version = "1.0", features = ["derive"] }