Replies: 1 comment 1 reply
-
|
Consider checking:
|
Beta Was this translation helpful? Give feedback.
1 reply
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 tried to apply a background color to the
trtag of a table when it's focused by usingfocus:bg-blue-600, but it didn't work. I checked the CSS file and found that the corresponding code was not present. So, I directly added the code to the built output file, and it worked correctly. However, when I tried adding the same code to the CSS file that is read during the build process, it still didn't get included in the build. What could be the reason for this?Beta Was this translation helpful? Give feedback.
All reactions