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

@forward '@carbon/feature-flags' with (
  $feature-flags: (
    'enable-css-custom-properties': true,
    'enable-css-grid': true,
    'enable-v11-release': true,
    'enable-experimental-tile-contrast': false,
    'enable-tile-contrast': false,
    'enable-v12-tile-radio-icons': false,
    'enable-v12-structured-list-visible-icons': false,
    'enable-dialog-element': false,
    'enable-v12-toggle-reduced-label-spacing': false,
    'enable-presence': false,
  )
  !default
);
