Skip to content

Fix extraneous trailing space for border property#138

Merged
devongovett merged 1 commit intoparcel-bundler:masterfrom
lucacasonato:border_extranious_space
Apr 5, 2022
Merged

Fix extraneous trailing space for border property#138
devongovett merged 1 commit intoparcel-bundler:masterfrom
lucacasonato:border_extranious_space

Conversation

@lucacasonato
Copy link
Contributor

If just color, or color and style for a border were ommited, an
extraneous space char would be present at the end of the property value
output. This commit fixes this by inserting spaces before values rather
than after.

Fixes #130

If just color, or color and style for a border were ommited, an
extraneous space char would be present at the end of the property value
output. This commit fixes this by inserting spaces before values rather
than after.
@lucacasonato lucacasonato force-pushed the border_extranious_space branch from 992f47c to ec9a0ce Compare April 4, 2022 23:42
@lucacasonato lucacasonato changed the title Fix extraneous trailing space for boder property Fix extraneous trailing space for border property Apr 4, 2022
@devongovett devongovett merged commit 7bc3171 into parcel-bundler:master Apr 5, 2022
@lucacasonato lucacasonato deleted the border_extranious_space branch April 5, 2022 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

border, border-*, and outline shorthand leaves extra space when omitting color

2 participants