Sha256: b6ef677d20f5ad4757a00af4fc20afcfa7e2849b43b653d75758083a9a076f6a
Contents?: true
Size: 714 Bytes
Versions: 32
Compression:
Stored size: 714 Bytes
Contents
/* Border ============================ */ $helper-border-width: 1px; $helper-border-style: solid; /* Margin ============================ */ $helper-margin-small: 0.25em; $helper-margin-medium: 0.5em; $helper-margin-large: 0.75em; /* Padding ============================ */ $helper-padding-small: 0.5em; $helper-padding-medium: 1em; $helper-padding-large: 1.5em; /* Size ============================ */ /* * The helper classes available are looped * by going from 1 to max, where the value * is multiplied by the index. * * The smaller the index and the larger the * max, the more choices available (but that * makes the bones.css file larger, too). * */ $helper-size-index: 10; $helper-size-max: 100;
Version data entries
32 entries across 32 versions & 2 rubygems