fix: fix css issues in plugins + demos#66
Merged
olliethedev merged 6 commits intomainfrom Mar 6, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
bugbot run |
…wc' references and add source patterns
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
…e seeding is handled globally to prevent multiple instances
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Medium Risk
Medium risk due to changes in
@btst/stack’s postbuild packaging logic (rewriting/inlining CSS imports) plus broad demo dependency updates (notablynextversion changes) that could affect build/runtime behavior.Overview
Fixes plugin CSS consumption outside the monorepo.
@btst/stack’spostbuildnow rewrites@import "@workspace/ui/..."in plugin CSS by resolving viapackages/uiexports, inlining any relative CSS imports, emitting the result intodist/plugins/shared/, and updating dist CSS to import that generated file; package version bumps to2.5.2.Improves demo compatibility in StackBlitz/WebContainers. All demos add a
copy-stack-src.mjspre-step (wired intodev/build) and Tailwind@sourcedirectives inglobals.cssto scan copied@btst/stack/UI sources (and ignore those generated dirs). Demos also update seeding to persist the seed promise onglobalto avoid duplicate seeding under Next.js re-evaluation, bump@btst/stackto2.5.2andnextto15.4.1, and enhance demo docs with StackBlitz links and embedded iframes.Written by Cursor Bugbot for commit 5dd4ecb. This will update automatically on new commits. Configure here.