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.
openpower.foundation/themes/openpowerfoundation/assets/css/variables.scss

15 lines
164 B
SCSS

// Variables
// Bootstrap breakpoints
$xs: 0;
$sm: 576px;
$md: 768px;
$lg: 992px;
$xl: 1200px;
$xxl: 1300px;
// Colours
$lightgrey: #f9f9f9;
$white: #ffffff;