Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Do not replace "inherit" and "initial" in fallbacks #215

Merged
merged 2 commits into from
Sep 28, 2018

Conversation

dfreedm
Copy link
Contributor

@dfreedm dfreedm commented Sep 27, 2018

Fixes #91

* @return {!Object<string, string>}
*/
_cssTextToMap(text) {
_cssTextToMap(text, replaceInitialOrInherit = true) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggest making this argument default to false. Just easier to understand.

Also add test for `initial`
@dfreedm dfreedm merged commit 4a9d0d0 into master Sep 28, 2018
@dfreedm dfreedm deleted the fix-inherit-initial-fallbacks branch September 28, 2018 17:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants