Skip to content

Commit

Permalink
Merge pull request #68 from rockwotj/patch-1
Browse files Browse the repository at this point in the history
Correctly expand CSS `border-width` property
  • Loading branch information
phax authored Jun 9, 2021
2 parents 21a7f89 + dc47c81 commit fe77328
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public final class CSSShortHandRegistry
CCSSValue.SOLID),
new CSSPropertyWithDefaultValue (CCSSProperties.BORDER_LEFT_COLOR,
ECSSColor.BLACK.getName ())));
registerShortHandDescriptor (new CSSShortHandDescriptor (ECSSProperty.BORDER_WIDTH,
registerShortHandDescriptor (new CSSShortHandDescriptorWithAlignment (ECSSProperty.BORDER_WIDTH,
new CSSPropertyWithDefaultValue (CCSSProperties.BORDER_TOP_WIDTH,
ECSSUnit.px (3)),
new CSSPropertyWithDefaultValue (CCSSProperties.BORDER_RIGHT_WIDTH,
Expand Down

0 comments on commit fe77328

Please sign in to comment.