barebones/css/_vars.scss

22 lines
457 B
SCSS
Raw Normal View History

2014-01-30 12:20:51 +01:00
// Base
2014-03-31 17:15:18 +02:00
$base-colour: #444;
$base-background-colour: #fff;
2014-01-30 12:20:51 +01:00
2014-03-31 17:15:18 +02:00
$base-font-stack: 'Helvetica Neue', Helvetica, Arial, sans-serif;
$base-font-size: 16;
$base-line-height: 1.5;
$base-margin-bottom: ($base-font-size * $base-line-height) * 1px;
2014-01-30 12:20:51 +01:00
2014-02-03 16:33:44 +01:00
// Media Queries
2014-03-31 17:15:18 +02:00
$mobile: 640px;
2014-02-03 16:33:44 +01:00
2014-01-30 12:20:51 +01:00
// Scaffolding
2014-04-15 18:35:47 +02:00
$max-width: 1200px;
2014-03-31 17:15:18 +02:00
$grid-columns: 12;
$gutter: 20;
2014-01-30 12:20:51 +01:00
2014-04-15 18:35:47 +02:00
// Custom colours etc.