Sha256: c67d5b7e5ad8cb983d59ff6030f9caf2930ecca942b57f6382e5426ab8d437e5
Contents?: true
Size: 1.23 KB
Versions: 2
Compression:
Stored size: 1.23 KB
Contents
/*! * inuitcss, by @csswizardry * * github.com/inuitcss | inuitcss.com */ ///*------------------------------------*\ // #DEFAULTS //\*------------------------------------*/ // These variables are inuitcss’ defaults; they should not be modified or // adjusted directly; you should predefine the variables in your own project. // High-level base settings. $inuit-base-font-size: 16px !default; $inuit-base-line-height: 24px !default; $inuit-base-text-color: #333 !default; $inuit-base-background-color: #fff !default; // Namespace. // // Would you like inuitcss’ classes to be prepended with a namespace? If so, // define it here. $inuit-namespace: null !default; // These variables are framework variables, sourced from variables defined // above. Feel free to use these variables throughout your project, but do not // modify or reassign them. $inuit-base-spacing-unit: $inuit-base-line-height; $inuit-base-spacing-unit--tiny: round($inuit-base-spacing-unit / 4); $inuit-base-spacing-unit--small: round($inuit-base-spacing-unit / 2); $inuit-base-spacing-unit--large: round($inuit-base-spacing-unit * 2); $inuit-base-spacing-unit--huge: round($inuit-base-spacing-unit * 4);
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
lanes-0.8.0 | node_modules/inuit-defaults/_settings.defaults.scss |
mifflin-0.1.1 | vendor/assets/bower_components/inuit-defaults/_settings.defaults.scss |