css-parser-project 0.3.0

This is a parser, developed on Rust, that will take CSS code and parse it, based on adjusted rules.
Documentation
1
2
3
4
5
6
7
.header {
    color: blue;
    color: #765abc;
    margin: 10px;
    padding: 20px;
}