Added feature/bug tags to roadmap

Learned something new today! I can actually v-bind a class attribute using the template literals `${ }`

:class="`is-${consideredFeature.typeColor}`"
Jason Leow Author

Thanks @yuyu! Great learning point, didn't know that! I just did what worked but this really helps. Must add this to future optim efforts

0 Likes
Yuyu

Probably not the best way if you intend to optimize it in the future: https://tailwindcss.com/docs/optimizing-for-production#removing-unused-css

0 Likes

Please sign in to leave a comment.