Skip to content

Implement text shadow, unify text & box shadow, improve spec complian… #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 9, 2018

Conversation

jacobp100
Copy link
Contributor

@jacobp100 jacobp100 commented Feb 9, 2018

…ce, begin new test layout

Fixes #69

})

it('textShadow omitting color', () => {
expect(transformCss([['text-shadow', '10px 20px black']])).toEqual({
Copy link
Contributor

Choose a reason for hiding this comment

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

The test description says omitting color but the test is the same as previous with a different color, is this correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch

})

it('textShadow omitting blur, offset-y', () => {
expect(transformCss([['text-shadow', '10px 20px red']])).toEqual({
Copy link
Contributor

@kristerkari kristerkari Feb 9, 2018

Choose a reason for hiding this comment

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

also this test seems to be the same as previous ones.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Another good catch, this should be removed

Copy link
Contributor

@kristerkari kristerkari left a comment

Choose a reason for hiding this comment

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

👍 great to see another prop supported

@jacobp100 jacobp100 merged commit 88ddb6f into master Feb 9, 2018
@jacobp100 jacobp100 deleted the text-shadow branch February 9, 2018 22:42
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.

2 participants