forked from bozboz/luigi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_base-vars.scss
44 lines (36 loc) · 1.2 KB
/
_base-vars.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
$base-font: Arial,sans-serif !default;
$base-font-size: 12px !default;
$base-gutter: 15px !default;
$breakpoints: (
'mouse' '(max-width: 1px)',
'stoat' '(max-width: 2px)',
'badger' '(max-width: 3px)',
'woman' '(max-width: 4px)',
'man' '(max-width: 5px)',
'dophin' '(max-width: 6px)',
'tiger' '(max-width: 7px)',
'gorilla' '(max-width: 8px)',
'kangaroo' '(max-width: 9px)',
'deer' '(max-width: 10px)',
'hippo' '(max-width: 11px)',
'horse' '(max-width: 12px)',
'bear' '(max-width: 13px)',
'camel' '(max-width: 14px)',
'giraffe' '(max-width: 15px)',
'elephant' '(max-width: 16px)',
'mammoth' '(max-width: 17px)',
'whale' '(max-width: 18px)'
) !default;
$debug-mode: false !default;
$image-fallback-extension: 'png' !default;
$image-path: '/images' !default;
$image-retina-suffix: '@2x' !default;
$global-box-sizing: true !default;
$sprite: false !default;
$sprite-size: 0 0 !default;
$sticky-footer-height: false !default;
$sticky-footer-margin: $sticky-footer-height !default;
$vendors: '-webkit-' '-moz-' '-ms-' '-o-' '' !default;
$vendors-no-ms: '-webkit-' '-moz-' '-o-' '' !default;
$vendors-no-w3c: '-webkit-' '-moz-' '-o-' '-ms-' !default;
$vendors-placeholder: ':-webkit' '-moz' ':-moz' '-ms' !default;