We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import BaseTitle from "./Base/Title" import Line from "./Line" const Root = styled.div` margin: 2rem 0; ` const Title = styled.div`` // Title.Link = styled.a` Title.Link = styled(BaseTitle.withComponent("div"))` ` const Separator = styled.div` margin-top: 1rem; margin-bottom: 2rem; border-bottom: 1px solid #e0e0e0; ` const Content = styled.div``
The text was updated successfully, but these errors were encountered:
@borela Could you guide me about that? I'd love to fix it by myself as I find it critical for me. :)
Sorry, something went wrong.
Related: https://forum.sublimetext.com/t/syntax-on-styled-components/47338
I'd also want to try and fix this
Looks like it should be at this file https://github.com/borela/naomi/blob/master/syntaxes/fjsx15/literal/string/styled-component.sublime-syntax
No branches or pull requests
The text was updated successfully, but these errors were encountered: