Great article Andy! 🙏
May I ask you a question? I'm trying to build a markdown component instead of copy/paste the CSS somewhere, and since I'm already using tailwind I wanted to use the addComponents approach, and I'm really confused about what I did here:
Is it a bad idea to use @apply or even theme and getting the default values from the config?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Great article Andy! 🙏
May I ask you a question? I'm trying to build a markdown component instead of copy/paste the CSS somewhere, and since I'm already using tailwind I wanted to use the
addComponentsapproach, and I'm really confused about what I did here:Is it a bad idea to use
@applyor eventhemeand getting the default values from the config?