css-parser 0.1.0

CSS parser and compiler written in Rust. Can be used as standalone library or cli tool
Documentation
1
2
3
4
5
6
7
8
h1 {
    color: red;
    display: inline;
}

h2 {
    position: relative;
}