1 unstable release
| 0.0.0 | Jan 27, 2023 |
|---|
#260 in #atomic
12KB
214 lines
skribble
a fully typed atomic css compiler for rust, node, deno and the browser
Installation
[dependencies]
skribble = "0.0.0"
Usage
Add the default skribble configuration to the build.rs file.
use skribble::create_config;
use skribble::run_with_config;
use skribble::Result;
fn main() -> Result<()> {
let config = create_config();
run_with_config(config)?;
Ok(())
}
Dependencies
~18MB
~280K SLoC