servo/components/style_derive
Anthony Ramine 43a5257a0c Introduce #[css(function)] for #[derive(ToCss)]
Any variant with this attribute gets serialised as a CSS function,
using the variant name as the function name.
2017-06-13 10:19:23 +02:00
..
Cargo.toml Derive HasViewportPercentage 🍷 2017-05-20 14:48:04 +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 Introduce #[css(function)] for #[derive(ToCss)] 2017-06-13 10:19:23 +02:00