Skip to content

Commit

Permalink
feat: enable carbon custom properties (#490)
Browse files Browse the repository at this point in the history
* feat: enable carbon custom properties

* chore: disable carbon-components feature flag warning
  • Loading branch information
vpicone authored Nov 2, 2019
1 parent ab70a61 commit 4021e5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-theme-carbon/src/styles/internal/_global.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
$prefix: 'bx';

// Disable feature flag warning
$did-warn-diverged-feature-flags: true;

//---------------------------------------
// Carbon Components
//---------------------------------------
$feature-flags: (
ui-shell: true,
grid-columns-16: false,
enable-css-custom-properties: true,
);

// Carbon globals/helpers
Expand Down

1 comment on commit 4021e5f

@vercel
Copy link

@vercel vercel bot commented on 4021e5f Nov 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.