/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */

//-------------------------
// 🌍 Global Imports
//-------------------------

// These are imports that are included in all components. These should be
// isolated as helper functions/mixins/utilities and should have minimal
// effect on the final artifact size

@use 'vars' as *;
@use '@carbon/styles/scss/config' as *;
@use '@carbon/styles/scss/grid' as *;
@use '@carbon/styles/scss/type' as *;
@use '@carbon/styles/scss/theme' as *;
@use '@carbon/styles/scss/utilities';
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/styles/scss/reset' as *;

@forward './utils/content-width';
@forward './utils/ratio-base';
