Skip to content

Update the box-shadow implementation #88

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 12, 2022

Conversation

vyorkin
Copy link
Collaborator

@vyorkin vyorkin commented Jul 7, 2018

Update the implementation of the box-shadow CSS property and make it close/similar to how it is currently implemented in Clay. This is a breaking change.

Resolves #87

@vyorkin vyorkin force-pushed the feature/box-shadows branch 2 times, most recently from 5d86e5c to 845b17d Compare July 9, 2018 14:23
@vyorkin
Copy link
Collaborator Author

vyorkin commented Jul 23, 2018

ah, there is missing None instance,
and Inherit, Initial, Unset too

@vyorkin vyorkin force-pushed the feature/box-shadows branch from 845b17d to 3001071 Compare July 23, 2018 12:52
Update the implementation of the `box-shadow` CSS property and make it similar to how it is currently implemented in Clay.
This is a breaking change.
@vyorkin vyorkin force-pushed the feature/box-shadows branch from 3001071 to ea49ee3 Compare July 23, 2018 12:55
@vyorkin
Copy link
Collaborator Author

vyorkin commented Jul 23, 2018

ok, added support for global keywords and none, rebased, ready for review

@thomashoneyman thomashoneyman changed the base branch from master to main October 6, 2020 03:08
@nsaunders nsaunders merged commit 533e0ad into purescript-contrib:main Feb 12, 2022
nsaunders added a commit that referenced this pull request Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Update the implementation of the box-shadow
2 participants