Skip to content

Instantly share code, notes, and snippets.

@clintonhalpin
Created September 24, 2012 03:58
Show Gist options
  • Save clintonhalpin/3774120 to your computer and use it in GitHub Desktop.
Save clintonhalpin/3774120 to your computer and use it in GitHub Desktop.
Less Baseline Variables
@baseline: 6px;
@baseline_x2: @baseline * 2;
@baseline_x3: @baseline * 3;
@baseline_x4: @baseline * 4;
@baseline_x6: @baseline * 6;
@baseline_x8: @baseline * 8;
@baseline_x10: @baseline * 10;
@baseline_x12: @baseline * 12;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment