- CSS Level 1 Implementation
- Multiple Property Value Parsing
- !important Parser
- URL Parser
- Properties
- Font Properties
- font-family : [[<family-name> | <generic-family>],]* [<family-name> | <generic-family>]
- font : [<font-style> || <font-variant> || <font-weight> ]? <font-size> [ / <line-height> ]? <font-family>
- background-image : <url> | none
- Color & Background Properties
- background-position : [<percentage> | <length>]{1,2} | [top | center | bottom] || [left | center | right]
- background : <background-color> || <background-image> || <background-repeat> || <background-attachment> || <background-position>
- Box Properties
- margin : [<length> | <percentage> | auto ]{1,4}
- padding : [<length> | <percentage> ]{1,4}
- border-width : [thin | medium | thick | <length>]{1,4}
- border-color : <color>{1,4}
- border-top : <border-top-width> || <border-style> || <color>
- border-right : <border-right-width> || <border-style> || <color>
- border-bottom : <border-bottom-width> || <border-style> || <color>
- border-left : <border-left-width> || <border-style> || <color>
- border : <border-width> || <border-style> || <color>
- list-style-image : <url> | none
- list-style : [disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none] || [inside | outside] || [<url> | none]
- Font Properties
- Functions Parser
- Media Query Parser
- Documentate them
- Improve Code Readibility (Always)
- Optimize Code (Always)