servo/components/style/properties
bors-servo 0530e648af Auto merge of #14538 - DominoTree:master, r=Manishearth,Wafflespeanut
Use LengthOrNormal for column-gap #14297

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #14297 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14538)
<!-- Reviewable:end -->
2016-12-11 08:03:16 -08:00
..
helpers layout: Don't restart a transition if the end value for the new 2016-11-30 16:36:02 -08:00
longhand Auto merge of #14538 - DominoTree:master, r=Manishearth,Wafflespeanut 2016-12-11 08:03:16 -08:00
shorthand Introduce enums for identifying CSS properties. 2016-12-09 10:56:22 -10:00
build.py Use rust-phf to map strings to property IDs 2016-12-09 10:56:23 -10:00
data.py Support declaring keyword property Gecko coverage as inexhaustive. 2016-12-05 21:38:58 -10:00
declaration_block.rs Match on PropertyId (not strings) to parse a declaration. 2016-12-09 17:06:51 -10:00
gecko.mako.rs Update layout component and helper to use LengthOrNormal 2016-12-11 08:50:06 -05:00
helpers.mako.rs Introduce enums for identifying CSS properties. 2016-12-09 10:56:22 -10:00
Mako-0.9.1.zip Revert "Remove mako.zip" 2016-09-04 12:52:30 +08:00
properties.html.mako Move Mako-related files into a new sub-directory. 2016-04-20 14:49:27 +02:00
properties.mako.rs Add PropertyId::from_nscsspropertyid 2016-12-09 17:06:53 -10:00