CSS Layout
namespaces
Namespaces are used on some classes throughout the workshop. This article on csswizardry.com explains the benefits of namespacing your CSS classes.
-
o- Object
Objects are reusable patterns that can be used as building blocks in parts of the UI. -
c- Component
Components are specific parts or the UI. -
u- Utility
Utility classes often only change one property. Utility classes are used liberally throughout parts of the UI.