servo/components/style
bors-servo 05deb3dcc8 Auto merge of #7518 - servo:custom-properties, r=pcwalton
Initial support for CSS Custom Properties

https://drafts.csswg.org/css-variables/

Missing: 

* `var()` in shorthand property declarations.
* Correct handling of EOF in custom property declarations.

r? @pcwalton

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7518)
<!-- Reviewable:end -->
2015-09-03 16:09:02 -06:00
..
animation.rs Various fixes in style 2015-09-03 03:16:00 +05:30
build.rs sort all uses 2015-08-20 20:47:12 +08:00
Cargo.toml Substitute var() in longhand property declarations. 2015-09-03 23:02:22 +02:00
custom_properties.rs Remove obsolete FIXME comment. 2015-09-03 23:02:25 +02: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 [T]::position_elem is deprecated. 2015-09-03 23:02:22 +02:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs Various fixes in style 2015-09-03 03:16:00 +05:30
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 #7518 - servo:custom-properties, r=pcwalton 2015-09-03 16:09:02 -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 Various fixes in stylesheets 2015-09-03 03:15:16 +05:30
values.rs Auto merge of #7519 - Manishearth:clippyfix, r=SimonSapin 2015-09-02 16:11:30 -06:00
viewport.rs Various fixes in style 2015-09-03 03:16:00 +05:30

servo-style

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