/*! * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. * * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. */ // Helper file for supplying OUI Next globals (invisibles only) // Must be imported AFTER a colors modifier file // Functions need to be first, since we use them in our variables and mixin definitions @import 'global_styling/functions/index'; // Variables come next, and are used in some mixins @import 'global_styling/variables/index'; // Mixins provide generic code expansion through helpers @import 'global_styling/mixins/index';