~muffinresearch/griddles/trunk

« back to all changes in this revision

Viewing changes to scss/_settings.scss

  • Committer: Stuart Colville
  • Date: 2012-06-20 23:20:45 UTC
  • Revision ID: git-v1:e5c20b7d9be5a7c3c7df8b0b015bb5baae85266f
provide 3rds as well as regular intervals

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
// The steps at which each block class represents a percentage
8
8
// 5 would result in .gp-5, .gp-10 etc up to .gp-100.
9
9
// Unless you need extremely fine granularity use 5 or 10.
10
 
$percentage-step: 5;
11
 
 
12
 
 
13
 
 
 
10
$percentage-steps: 20, 3;
14
11