Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-27 06:28:11 +02:00
parent d299040d55
commit f351d955ad

View file

@ -88,6 +88,7 @@
has_value = true;
}
% if engine == "gecko":
if !is_auto_thickness {
if has_value {
dest.write_str(" ")?;
@ -95,7 +96,6 @@
self.text_decoration_thickness.to_css(dest)?;
}
% if engine == "gecko":
if !is_solid_style {
if has_value {
dest.write_str(" ")?;