-
-
Notifications
You must be signed in to change notification settings - Fork 359
Closed
Closed
Copy link
Labels
administrationItems related to the project but outside the code.Items related to the project but outside the code.bugSomething isn't workingSomething isn't working
Milestone
Description
Current Behavior
As part of the jump from Tailwind v3 to v4, we stripped out any extra tooling that aided in showing the latest CSS styles when updates tot he core package in /packages/skeleton
occurred. As in updates to any update to the CSS styling.
Expected Behavior
We need live updates to properly added/edit/adjust these styles without having to jump through weird loopholes like stopping/restarting the dev server (which works very inconsistently, if at all)
Steps To Reproduce
- Run
pnpm dev
in the root of the monorepo - Browse to
/packages/skeleton
in your editor - Make any visual style changes (changes in colors, etc)
- Note that on saving, no visual changes occur in any linked workspace project (docs, playgrounds, etc)
This makes it extremely difficult to see what changes are or are not applied.
More Information
Adrian reported he did not see this behavior on Windows, so it may be Mac-specific.
Metadata
Metadata
Assignees
Labels
administrationItems related to the project but outside the code.Items related to the project but outside the code.bugSomething isn't workingSomething isn't working