Submitted
I found it particularly difficult when deciding on naming conventions for my css rules. I'm still unsure if I'm using Block Element Modifier syntax correctly
I am also aware of my sort of "overengineering" the tailwind-esque utility classes, but they really helped speed things up
My biggest question would be, how do my naming conventions look in regards to BEM best practices. Is it okay to have class called .card__prices--retail-price? I am unsure of what a modifier should truly look like.
Any and all help much appreciated. Thanks a bunch!