diff --git a/crates/hdx_ast/src/css/properties.rs b/crates/hdx_ast/src/css/properties.rs index 525e8103..f425d3a3 100644 --- a/crates/hdx_ast/src/css/properties.rs +++ b/crates/hdx_ast/src/css/properties.rs @@ -219,7 +219,7 @@ properties! { atom!("background-repeat") => BackgroundRepeat>, atom!("background-size") => BackgroundSize>, atom!("border") => Border> shorthand=true, - atom!("border-bottom") => BorderBottom> shorthand=true, + atom!("border-bottom") => BorderBottom> shorthand=true, atom!("border-bottom-color") => BorderBottomColor>> initial=Expr::Literal(Spanned::dummy(ColorValue::CurrentColor)), atom!("border-bottom-left-radius") => BorderBottomLeftRadius>, atom!("border-bottom-right-radius") => BorderBottomRightRadius>, @@ -232,17 +232,17 @@ properties! { atom!("border-image-slice") => BorderImageSlice>, atom!("border-image-source") => BorderImageSource>, atom!("border-image-width") => BorderImageWidth>, - atom!("border-left") => BorderLeft> shorthand=true, + atom!("border-left") => BorderLeft> shorthand=true, atom!("border-left-color") => BorderLeftColor> initial=ColorValue::CurrentColor, atom!("border-left-style") => BorderLeftStyle>, atom!("border-left-width") => BorderLeftWidth>, atom!("border-radius") => BorderRadius> shorthand=true, - atom!("border-right") => BorderRight> shorthand=true, + atom!("border-right") => BorderRight> shorthand=true, atom!("border-right-color") => BorderRightColor> initial=ColorValue::CurrentColor, atom!("border-right-style") => BorderRightStyle>, atom!("border-right-width") => BorderRightWidth>, atom!("border-style") => BorderStyle> shorthand=true, - atom!("border-top") => BorderTop> shorthand=true, + atom!("border-top") => BorderTop> shorthand=true, atom!("border-top-color") => BorderTopColor> initial=ColorValue::CurrentColor, atom!("border-top-left-radius") => BorderTopLeftRadius>, atom!("border-top-right-radius") => BorderTopRightRadius>,