servo/components/style
bors-servo a547ae6826 Auto merge of #7496 - servo:calc_, r=SimonSapin
Implement CSS3 Calc

This is #7185 with one commit added to make it build merged with master, which got support for the `ch` unit in the meantime.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7496)
<!-- Reviewable:end -->
2015-09-02 02:33:18 -06:00
..
animation.rs Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) 2015-09-02 09:22:17 +02:00
build.rs sort all uses 2015-08-20 20:47:12 +08:00
Cargo.toml servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
font_face.rs devtools: Convert the developer tools to run over IPC. 2015-07-27 09:10:01 -07:00
legacy.rs sort all uses 2015-08-20 20:47:12 +08:00
lib.rs Implement proper calc parsing 2015-08-26 14:14:47 -07:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs sort all uses 2015-08-20 20:47:12 +08:00
node.rs Update rust-selectors 2015-06-26 12:35:08 -07:00
parser.rs sort all uses 2015-08-20 20:47:12 +08:00
properties.mako.rs Auto merge of #7496 - servo:calc_, r=SimonSapin 2015-09-02 02:33:18 -06:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
selector_matching.rs sort all uses 2015-08-20 20:47:12 +08:00
stylesheets.rs Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) 2015-09-02 09:22:17 +02:00
values.rs Fix ch/em confusion. 2015-09-02 10:14:00 +02:00
viewport.rs Properly serialize % values in calc expressions 2015-08-26 14:14:56 -07:00

servo-style

Style system for Servo, using rust-cssparser for parsing.