|
|
|
|
|
by iovrthoughtthis
1653 days ago
|
|
but now to understand what a single class might do to an elements style i have to check for ever possible combination
.e.g .btn.large {}
.field.large {}
.fieldgroup.large {}
.title.large {}
.link.large {}
.large {} to find all the elements that the .field.large declaration impacts we need to enumerate all the elements that have both .field and .large in any order. we've coupled out html and css files |
|