Slide 26
Slide 26 text
// Property order
// http://codeguide.co
.element {
// 1. Positioning
// 2. Box model (display, float, width, etc)
// 3. Typography (font, line-height, text-*)
// 4. Visuals (background, border, opacity)
// 5. Misc (CSS3 properties)
}