Webflow Development

Preview Links

My system:

I use the Lumos naming system to create clean & simple sites on the inside and out. Here is how it works:
component_class
The start of every element ends with _wrap_ and each item inside ends with the value of that component. Composed of 3 parts: type, var, and element name. Child components are only 1 layer deep and never more than 3 underscores.
g_component
Global component classes that are consistent across all pages on your site.
u-class
Utility classes don't show a relationship between parent's and children. They are stacked on top of component classes.
is_combo
Combo classes are created on top of another class and only effecting a specific class.