Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

fix(renderer): properly expand colors in "border-color" shorthand #2160

Merged
merged 6 commits into from
Dec 11, 2019

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented Dec 10, 2019

Fixes #1995.

We use compiled version of css-expand-shorthand (#1542) and there is already normalize() function that processes colors before parse. This PR simply enabled it for border-color property.

Microsoft Reviewers: Open in CodeFlow

@layershifter layershifter added 🚀 ready for review 🧰 fix Introduces fix for broken behavior. labels Dec 10, 2019
Copy link
Member

@miroslavstastny miroslavstastny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@layershifter layershifter merged commit 8f4504d into master Dec 11, 2019
@layershifter layershifter deleted the fix/expand-rgba branch December 11, 2019 15:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🧰 fix Introduces fix for broken behavior. 🚀 ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugins: expand is not working for rgba() values with space
2 participants