Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Golden Grid System Patterns

atsengucla edited this page Oct 14, 2012 · 7 revisions

Golden Grid System

http://goldengridsystem.com/

  • Uses floating technique like other Grid Systems
  • Uses the device of wrapper classes; however structural markup examples show classes applied to html5 entities (article and section); no real difference from others as even though the other's examples use the div as something more generic to the wrapper -- there's no reason one must use a div-- since the wrapper clases are simply classes not bound to html entities.
  • Naming convention uses design function naming (as like other Grids) -- (.wrapper) (.two-way) See: https://github.com/jonikorpi/Golden-Grid-System/blob/master/GGS.html
  • However, leave the naming of sub-segments up to the user by leveraging LESS variables; realizes there are 2 popular conventions (variable)column and span(variable). Decides to give the % calculations user needs to create their grid and leaves the naming convention up to the user to decide.
Clone this wiki locally