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

Error: Failed to parse declaration "textDecorationLine: overline" #182

Open
kongshu612 opened this issue Aug 24, 2022 · 0 comments
Open

Comments

@kongshu612
Copy link

Hi there,

Recently, I got an issue as the title said. In my tailwind.css, it contains these css code

.underline {
  text-decoration-line: underline
}

.overline {
  text-decoration-line: overline
}

.line-through {
  text-decoration-line: line-through
}

I don't have any class related to the overline used in my app. then translating them into react native styles by calling css-to-react-native,throws out these error.

any workaround to fix this error

thanks

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

No branches or pull requests

1 participant