You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The $font-path is necessary otherwise font files will load with 404s. We may want to precompile this for convenience, that way users can import one file instead without worrying about configuration:
We should include all of this in a precompiled .css file for developers consuming Carbon as-is (the "happy path") and provide documentation for those who want to override themes via SCSS.
The text was updated successfully, but these errors were encountered:
Notes
Core styles and fonts
The
$font-path
is necessary otherwise font files will load with 404s. We may want to precompile this for convenience, that way users can import one file instead without worrying about configuration:+layout.svelte
Though we can document the SCSS way for advanced use.
Add themes
The custom way to add themes is to include this SCSS
We should include all of this in a precompiled
.css
file for developers consuming Carbon as-is (the "happy path") and provide documentation for those who want to override themes via SCSS.The text was updated successfully, but these errors were encountered: