Fix parsing methods of column-{gap,width}

This commit is contained in:
Nazım Can Altınova 2017-02-20 19:32:31 +03:00
parent d2ae3d8bed
commit 19978f2087
No known key found for this signature in database
GPG key ID: AF9BCD7CE6449954
5 changed files with 76 additions and 15 deletions

View file

@ -70,6 +70,7 @@ mod animation;
mod background;
mod basic_shape;
mod border;
mod column;
mod font;
mod image;
mod inherited_box;