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

[bug] border-bottom doesn't work #36

Open
brain00021 opened this issue Oct 14, 2020 · 1 comment
Open

[bug] border-bottom doesn't work #36

brain00021 opened this issue Oct 14, 2020 · 1 comment
Labels
Wontfix 🚫 This will not be worked on

Comments

@brain00021
Copy link

it's okay for using
border:var(--header-background-border);
but if turn to be
border-bottom:var(--header-background-border);
immediately doesn't work

@kristerkari
Copy link
Owner

kristerkari commented Oct 15, 2020

Thanks @brain00021 . This caused by a limitation in React Native, which then means that the CSS parser can not support it (styled-components/css-to-react-native#95)

I know that it is not clean, but you need to use border-bottom-width, border-bottom-color and border-bottom-style as separate properties instead.

@kristerkari kristerkari added the Wontfix 🚫 This will not be worked on label Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Wontfix 🚫 This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants