Is there any reason why in css naming convention
, some object
preferably start with prefix o-
and component
starts with c-
?
I know o-
will stand for object
and c-
stand for component
, but why don't we just ignore that rules? For example c-btn
, why we're using c-
, I thought it was too verbose. Instead using some of that prefix, we can just use btn
, simple clean and straight to the point.
Please, enlighten me guys. : )