css-in-rust 0.1.2

CSSinRust is a package for use with WASM applications providing a component level CSS styling experience.
Documentation
1
2
3
4
5
6
7
#!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
. "$DIR/features.sh"

wasm-pack build -- --features "std_web,$NON_CONFLICTING_FEATURES"
wasm-pack build -- --features "web_sys,$NON_CONFLICTING_FEATURES"