CSS Format
Simple Utilities
Write one property per utility class:Multiple Properties
You can include multiple properties in one class:Directional Properties
Use separate properties for directional values:Value Requirements
Always Include Units
Add units to numeric values:Exceptions (No Units Needed)
These properties don’t need units:opacity:opacity: 0.5;z-index:z-index: 10;line-height:line-height: 1.5;

