Open michahell opened 2 years ago
Thanks for flagging. To answer your question, carbon-components
must be used as @carbon/styles
applies to v11.
ok that makes sense, but which repository / npm package is this? I don't see it listed in the carbon-design-system repositories
And you can use one of the css/*.scss
files as a frame of reference.
thanks! I think the link this can also be updated under the Styling: https://github.com/carbon-design-system/carbon-components-svelte#styling
I too am struggling to understand how to use scss with svelte. Would be most grateful for an example somewhere.
For me it was a bit unclear that to start using SCSS/SASS, I had to either install the @carbon-components OR the @carbon/styles package to import
node_modules/scss
styles :)Maybe this could be better explained in the docs for svelte-components?