Skip to content
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

Add outline CSS property #85

Closed

Conversation

vyorkin
Copy link
Collaborator

@vyorkin vyorkin commented Jul 6, 2018

I've just noticed it renders "border: dashed 2.0px hsl(240.0, 100.0%, 50.0%) ".
I mean: with a space at the end and I believe it should be 2px instead of 2.0px.
I'll create an issue to track this and try to address it in a separate PR ( #86 )

Actually, this is incomplete: we still need to be able to write things like outline: none

Resolves #84

@thomashoneyman thomashoneyman changed the base branch from master to main October 6, 2020 03:08
@JordanMartinez
Copy link
Contributor

This is another PR that can be easily finished.

@nsaunders
Copy link
Member

nsaunders commented Feb 8, 2022

Maybe we can just lift this https://github.com/sebastiaanvisser/clay/blob/16f55a5c6ab7fd98e39cedf852bd3400a02ac45f/src/Clay/Border.hs#L102-L144

EDIT We should be a bit more selective about which properties to support, however: sebastiaanvisser/clay#223

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.

Add outline CSS property
3 participants