Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scss compile to css error #11867

Open
2 tasks done
lpkobamn opened this issue Jun 14, 2024 · 0 comments
Open
2 tasks done

scss compile to css error #11867

lpkobamn opened this issue Jun 14, 2024 · 0 comments
Labels
question Further information is requested

Comments

@lpkobamn
Copy link

Summary

https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/packages/styles/scss/ibm-dotcom-styles.css

/* Error: Can't find stylesheet to import.
 *   ,
 * 8 | @use '@carbon/styles/scss/config' as *;
 *   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 *   '
 *   scss/components/audio-player/_audio-player.scss 8:1  @forward
 *   scss/components/audio-player/_index.scss 8:1         @use
 *   scss/ibm-dotcom-styles.scss 13:1                     root stylesheet */

body::before {
  display: block;
  padding: 1em;
  border-block-end: 2px solid #000000;
  content: "Error: Can't find stylesheet to import.\a   \2577 \a 8 \2502  @use '@carbon/styles/scss/config' as *;\a   \2502  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\a   \2575 \a   scss/components/audio-player/_audio-player.scss 8:1  @forward\a   scss/components/audio-player/_index.scss 8:1         @use\a   scss/ibm-dotcom-styles.scss 13:1                     root stylesheet";
  font-family: 'Source Code Pro', 'SF Mono', Monaco, Inconsolata, 'Fira Mono',
    'Droid Sans Mono', monospace;
  margin-block-end: 1em;
  white-space: pre;
}

I tried to compile using the following code but got this error.

Relevant information

No response

Name and organization

Jacob

Code of Conduct

@lpkobamn lpkobamn added the question Further information is requested label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: No status
Development

No branches or pull requests

1 participant