You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/stylesheets/settings/_breakpoints.scss

15 lines
366 B
SCSS

/*
* This is a series-d manifest file.
*
* Here, we import responsive variables specified elsewhere
*
*/
/* SERIES D SHAME + WIP */
$D7: 'screen and (min-width: 320px)'; /* includes iPhone, */
$D6: 'screen and (min-width: 480px)';
$D5: 'screen and (min-width: 822px)';
$D4: 'screen and (min-width: 1081px)';
$D3: 'screen and (min-width:1441px)';