ori-core 0.1.0-alpha.1

Core library for Ori, a declarative UI framework for Rust.
Documentation
1
2
3
4
5
6
7
div .class {
	/* This is a comment */
	background: blue;	
	border-width: 1px;
	border-radius: 5pt;
	border-color: #000000;
}