gss / parser

Constraint Cascading Style Sheets compiler
MIT License
48 stars 6 forks source link

Fix 2d with arithmetic #25

Closed cbchouinard closed 9 years ago

cbchouinard commented 9 years ago

2D properties didn't support arithmetic operations. I've extracted the 2D unpacking from the grammar to a new module working on the AST. This pull request will provide full support for arithmetic operation on 2D properties.