Suppose I have a component .table-view that has a .table-cell child, and I want to keep my classes clean, how do I select a .table-cell that has no other classes and is a direct descendant of table-view?Suppose I have a component .table-view that has