/**
* Any variables you find set in inuit.css’ _defaults.scss that you do not wish to * keep, simply redefine here. This means that if inuit.css, for example, sets * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare * that variable in this file. inuit.css ignores its own variables in favour of * using your own, so you can completely modify how inuit.css works without ever * having to alter the framework itself. */
/————————————\
$OBJECTS-AND-ABSTRACTIONS
*————————————*/ /**
* All of inuit.css’ objects and abstractions are initially turned off by * default. This means that you start any project with as little as possible, * and introducing objects and abstractions is as simple as switching the * following variables to `true`. */
$use-grids: false; $use-flexbox: false; $use-columns: false; $use-nav: false; $use-options: false; $use-pagination: false; $use-breadcrumb: false; $use-media: false; $use-marginalia: false; $use-island: false; $use-block-list: false; $use-matrix: false; $use-split: false; $use-this-or-this: false; $use-link-complex: false; $use-flyout: false; $use-arrows: false; $use-sprite: false; $use-icon-text: false; $use-beautons: false; $use-lozenges: false; $use-rules: false; $use-stats: false; $use-greybox: false;
/————————————\
$OVERRIDES
*————————————*/ /**
* All inuit vars is list below, override whatever you want after think carefully */
/**
* Debug mode will visually highlight any potential markup/accessibility quirks * in the browser. Set to `true` or `false`. */
// $debug-mode: false!default;
/**
* Do you want all elements to adopt `box-sizing:border-box;` as per * paulirish.com/2012/box-sizing-border-box-ftw ? */
// $global-border-box: true!default;
/**
* Base stuff */
// $base-font-size: 16px!default; // $base-line-height: 24px!default;
/**
* Base font-family. */
// $base-font-family: sans-serif!default;
/**
* Default colour for objects’ borders etc. */
// $base-ui-color: ccc!default;
/**
* Responsiveness? */
// $responsive: true!default;
/**
* Responsiveness for widescreen/high resolution desktop monitors and beyond? * Note: `$responsive` variable above must be set to true before enabling this. */
// $responsive-extra: false!default;
/**
* Responsive push and pull produce a LOT of code, only turn them on if you * definitely need them. */
// $push: false!default;
/**
* Note: `$push` variable above must be set to true before enabling these. */
// $palm-push: false!default; // $lap-push: false!default; // $lap-and-up-push: false!default; // $portable-push: false!default; // $desk-push: false!default;
// $pull: false!default;
/**
* Note: `$pull` variable above must be set to true before enabling these. */
// $palm-pull: false!default; // $lap-pull: false!default; // $lap-and-up-pull: false!default; // $portable-pull: false!default; // $desk-pull: false!default;
/**
* Tell inuit.css when breakpoints start. */
// $lap-start: 481px!default; // $desk-start: 1024px!default; // $desk-wide-start: 1200px!default;
/**
* Font-sizes (in pixels). Refer to relevant sections for their implementations. */
// $giga-size: 96px!default; // $mega-size: 72px!default; // $kilo-size: 48px!default;
// $h1-size: 36px!default; // .alpha // $h2-size: 30px!default; // .beta // $h3-size: 24px!default; // .gamma // $h4-size: 20px!default; // .delta // $h5-size: 16px!default; // .epsilon // $h6-size: 14px!default; // .zeta
// $milli-size: 12px!default; // $micro-size: 10px!default;
/**
* English quote marks? */
// $english-quotes: true!default;
/**
* If you want English quotes then please do not edit these; they’re only here * because Sass needs them. */
// $open-quote: null; // $close-quote: null;
/**
* If you need non-English quotes, please alter the following values accordingly: */
// @if $english-quotes != true{ // $open-quote: 00AB; // $close-quote: 00BB; // }
/**
* Brand stuff */
// $brand-color: #4a8ec2!default; // $brand-face: “Helvetica Neue”, sans-serif!default;
/**
* How big would you like round corners to be by default? */
// $brand-round: 4px!default;
/**
* inuit.css will work these next ones out for use within the framework. * * Assign our `$base-line-height` to a new spacing var for more transparency. */
// $base-spacing-unit: $base-line-height!default; // $half-spacing-unit: $base-spacing-unit / 2!default; // $double-spacing-unit: $base-spacing-unit * 2!default; // $line-height-ratio: $base-line-height / $base-font-size;
@import “inuit”;