// ******************************************************************* // Flex // Variables for controlling how flex items both grow and shrink. // flex: $$flex-1; // ******************************************************************* $flex-1: 1 1 0%; $flex-auto: 1 1 auto; $flex-initial: 0 1 auto; $flex-none: none;