-
Notifications
You must be signed in to change notification settings - Fork 0
/
_variables.scss
24 lines (23 loc) · 956 Bytes
/
_variables.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
/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
VARIABLES | V 2.0.0
////////////////////////////////////////////////////////////////////////////////////////////////////
mdurchholz.com | Martin Durchholz
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* Bootstrap breakpoints
----------------------------------------
`get object value` => map-get($map, key)
----------------------------------------
////////////////////////////////////// */
$grid-breakpoints : {
'xs' : '0',
'sm' : '576px',
'md' : '783px',
'lg' : '992px',
'mb' : '1024px',
'xl' : '1200px',
'bg' : '1450px',
'yg' : '1600px',
'hr' : '1920px'
};