Skip to content

Commit

Permalink
fix: these at imports should not exist (carbon-design-system#6359)
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase authored Nov 5, 2024
1 parent c04f635 commit 3ea78f2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// LICENSE file in the root directory of this source tree.
//

@import './edit-full-page';
@use './edit-full-page';
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// LICENSE file in the root directory of this source tree.
//

@import './edit-tearsheet';
@use './edit-tearsheet';
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// LICENSE file in the root directory of this source tree.
//

@import './edit-tearsheet-narrow';
@use './edit-tearsheet-narrow';
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
// Standard imports.

// Other Carbon settings.
// TODO: @import 'carbon-components/scss/globals/grid/grid'; if needed
// TODO: @use 'carbon-components/scss/globals/grid/grid'; if needed
@use '@carbon/colors/' as *;
@use '@carbon/motion/' as *;
@use '../../global/styles/project-settings' as c4p-settings;

// EditUpdateCards uses the following Carbon components:
// TODO: @import(s) of Carbon component styles used by EditUpdateCards
// TODO: @use(s) of Carbon component styles used by EditUpdateCards

// EditUpdateCards uses the following Carbon for IBM Products components:
// TODO: @import(s) of IBM Products component styles used by EditUpdateCards
// TODO: @use(s) of IBM Products component styles used by EditUpdateCards

// Define all component styles in a mixin which is then exported using
// the Carbon import-once mechanism.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// LICENSE file in the root directory of this source tree.
//

// @import '../../global/styles/project-settings';
// @use '../../global/styles/project-settings';
@use '../../../../ibm-products-styles/src/global/styles/project-settings';

// TODO: add any additional styles used by Carousel.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// LICENSE file in the root directory of this source tree.
//

@import './stepped-animated-media';
@use './stepped-animated-media';

0 comments on commit 3ea78f2

Please sign in to comment.