// Utilities

$displays:   none, inline, inline-block, block, table, table-row, table-cell, flex, inline-flex !default;
$overflows:  auto, hidden !default;
$positions:  static, relative, absolute, fixed, sticky !default;
$user-selects: all, auto, none !default;
