css-in-rust 0.5.0

CSSinRust is a package for use with WASM applications providing a component level CSS styling experience.
1
2
3
4
5
6
7
// Copyright © 2020 Lukas Wagner

#[cfg(feature = "yew")]
pub mod yew;

#[cfg(feature = "seed")]
pub mod seed;