Skip to content

Commit

Permalink
chore(tools): add motion package to import sass script (carbon-design…
Browse files Browse the repository at this point in the history
…-system#10829)

* chore(tools): replace feature-flag with motion

* chore(tools): add feature flag back in
  • Loading branch information
annawen1 authored Aug 16, 2023
1 parent 11ea6a6 commit 2fc9358
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const rootCarbonPath = [__dirname, '..', '..', '..', 'node_modules', '@carbon'];
const modulesMap = new Map([
['colors', 'styles/scss/_colors.scss'],
['feature-flags', 'styles/scss/_feature-flags.scss'],
['motion', 'styles/scss/_motion.scss'],
]);

modulesMap.forEach((localModuleIndex, packageName) => {
Expand Down

0 comments on commit 2fc9358

Please sign in to comment.