servo/components/style_derive
Anthony Ramine 39e29f557e Simplify machinery to serialise optional parts of CSS values
We simply implement ToCss for Option<T>, printing nothing if the value is None,
and we then use SequenceWriter to skip writing of separators around empty parts.
2017-06-21 11:17:22 +02:00
..
Cargo.toml Limit trait bounds for derive(ToCss) to types with free variables 2017-06-17 00:36:53 +02:00
has_viewport_percentage.rs Derive HasViewportPercentage 🍷 2017-05-20 14:48:04 +02:00
lib.rs Introduce #[css(function)] for #[derive(ToCss)] 2017-06-13 10:19:23 +02:00
to_computed_value.rs Derive ToComputedValue 2017-05-21 15:31:17 +02:00
to_css.rs Simplify machinery to serialise optional parts of CSS values 2017-06-21 11:17:22 +02:00