forked from website/openpower.foundation
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.
10 lines
113 B
SCSS
10 lines
113 B
SCSS
3 years ago
|
// Variables
|
||
|
|
||
|
// Bootstrap breakpoints
|
||
|
|
||
|
$xs: 0;
|
||
|
$sm: 576px;
|
||
|
$md: 768px;
|
||
|
$lg: 992px;
|
||
|
$xl: 1200px;
|
||
|
$xxl: 1300px;
|