border-border #182
Unanswered
shawnmclean
asked this question in
Q&A
Replies: 1 comment
-
@shawnmclean I had the same issue when I tried the "@apply" directive. It's been a while but I believe this would be a feature request on NativeWind's side |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to do a border, like
className="border-b"
.The generated styles are overriding this.
However, I see where you're doing
border-border
in the globals.css and then using that in the styles.So I'll have to do
className="border-border border-b"
globals.css:
Can anyone explain why this works or how did you know to do this? Was there some documentation somewhere?
Related: nativewind/nativewind#968
Beta Was this translation helpful? Give feedback.
All reactions