Description
Package
carbon-components
Browser
Edge
Package version
10.58.12
React version
N/A
Description
I've been trying to use the SCSS version of the carbon styling based off the suggestion from this documentation that it would be more efficient.
The most performant method to load styles is to import SCSS directly from carbon-components.
I installed carbon components, imported it with:
@import 'carbon-components/scss/globals/scss/styles.scss';
And found that the time it took to load my app went up ~30x.
Reproduction/example
I don't have one right now.
Steps to reproduce
I'm using Tauri:
https://tauri.app/v1/guides/getting-started/setup/sveltekit
And then:
https://svelte.carbondesignsystem.com/
And finally:
https://github.com/carbon-design-system/carbon/blob/v10/docs/guides/sass.md
Then I tried to import:
@import 'carbon-components/scss/globals/scss/styles.scss';
And it the empty app takes a LONG time to become responsive.
Suggested Severity
None
Application/PAL
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
- I checked the current issues for duplicate problems
Metadata
Metadata
Assignees
Labels
Type
Projects
Status