@carbon/react
Version:
React components for the Carbon Design System
19 lines (16 loc) • 542 B
JavaScript
/**
* Copyright IBM Corp. 2016, 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.
*/
import * as FeatureFlags from '@carbon/feature-flags';
FeatureFlags.merge({
'enable-css-custom-properties': true,
'enable-css-grid': true,
'enable-v11-release': true,
'enable-experimental-tile-contrast': false,
'enable-v12-tile-radio-icons': false,
'enable-v12-structured-list-visible-icons': false,
'enable-v12-dynamic-floating-styles': false
});