-
Hi, I learn tailwind and I wanna know how to set css property's like "margin-top: 57px;" or "bottom: 20px;" without set new property in tailwind.config.js ? |
Beta Was this translation helpful? Give feedback.
Answered by
hacknug
Jul 27, 2020
Replies: 1 comment 2 replies
-
Use inline-styles or a custom CSS stylesheet I guess? I'm not sure what the actual question here is 🤔 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
adamwathan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use inline-styles or a custom CSS stylesheet I guess? I'm not sure what the actual question here is 🤔