// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
// See LICENSE in the project root for license information.

// ---------------------------------------------------------------------

// Set element display: none on mobile devices and tablets
@import 'utilityClasses/responsive';

// Functional selectors for the use of defining different display properties
@import 'utilityClasses/displayProperties';

// Functional selectors for the use of defining different font style properties
@import 'utilityClasses/fontStyles';

// Functional selectors for the use of defining different layout properties
@import 'utilityClasses/layoutProperties';

// Functional selector for the use of defining ods-roleButton when not using ods-hyperlink
@import 'utilityClasses/focusVisible';
