Closed dddlr closed 2 weeks ago
Latest commit: 0a72c3632a1dd524a3193742fadbfcbdb2c7a194
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Name | Link |
---|---|
Latest commit | 0a72c3632a1dd524a3193742fadbfcbdb2c7a194 |
Latest deploy log | https://app.netlify.com/sites/compiled-css-in-js/deploys/66f6518ca390ba00081226a9 |
Spike whether https://github.com/atlassian-labs/compiled/issues/1306 is actually an issue or not...
From what I can tell, the following situation doesn't have good dev ex when stylesheet extraction is turned on and Parcel is used:
Updating the styles
someStyles
doesn't result in the new styles being applied toApp
unless you restart the whole app.But the UI Styling Standard forbids exporting
css
, so I thought I'd check another situation where styles are exported: XCSS prop /createStrictAPI
. Looks like there's no dev ex issues with that.