Skip to content

Conversation

@rohith-1205
Copy link

Summary

Storybook’s CSS build was failing because Sass no longer supports the ~ tilde import syntax.

Problem

The file client/styles/main.scss still uses the old pattern:
@import '~codemirror/lib/codemirror';

This causes Sass to throw:
"Can't find stylesheet to import"

Fix

Updated the SCSS import to the modern path:
@import 'codemirror/lib/codemirror.css';

This resolves the Storybook build issue and improves contributor experience.

No breaking changes.

@welcome
Copy link

welcome bot commented Nov 16, 2025

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already.

@rohith-1205
Copy link
Author

Here is Storybook running after applying the SCSS import fix.
(Note: The ThemeProvider issue is unrelated and exists on main branch too.)

WhatsApp Image 2025-11-16 at 4 24 51 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant