servo/components/style_derive
bors-servo a9c17970c1 Auto merge of #19576 - canaltinova:text-align, r=Manishearth,emilio
style: Move text-align outside of the mako file.

I will need this refactoring before my next job. I didn't actually fix the FIXME's along the way. My other PR probably will cover these.

---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

<!-- 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/19576)
<!-- Reviewable:end -->
2017-12-18 12:12:52 -06:00
..
animate.rs Implement #[animate(fallback)] for #[derive(Animate)] 2017-08-28 12:26:36 +02:00
Cargo.toml Use darling in style_derive 2017-08-24 01:28:58 +02:00
cg.rs style: Handle servo-prefixed stuff correctly. 2017-12-15 21:43:29 +01:00
compute_squared_distance.rs Implement #[distance(fallback)] for #[derive(ComputeSquaredDistance)] 2017-08-28 12:26:42 +02:00
lib.rs Allow deriving Parse for keywords. 2017-12-15 20:01:31 +01:00
parse.rs style_derive: Make parse derive work with C like enums. 2017-12-16 15:47:50 -06:00
to_animated_value.rs Improve handling of trait bounds when deriving fmap-like traits 2017-08-28 10:39:50 +02:00
to_animated_zero.rs Implement #[animate(fallback)] for #[derive(Animate)] 2017-08-28 12:26:36 +02:00
to_computed_value.rs Add ToComputedValue and ToCss impls 2017-11-02 14:29:58 -07:00
to_css.rs style_derive: Allow css(iterable) to work on non-functions too, as long as there's only one binding. 2017-12-16 21:47:58 +01:00