Skip to content

Commit 11143e0

Browse files
committed
pretty :)
1 parent 07a3101 commit 11143e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/packages/docs/src/pages/local-development-atomic-clashes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ These two sets are not sorted together as one unified stylesheet. Whichever set
6565
### What happens
6666

6767
1. **Npm packages** are built with extraction enabled, so their styles are in `compiled.css` files that get injected as `<style>` tags when the package loads
68-
2. **Your local project** runs in development mode with extraction disabled (default in most bundlers), so Compiled uses [runtime styles](/how-it-works#runtime-styles-(unperformant)) injected into style buckets.
68+
2. **Your local project** runs in development mode with extraction disabled (default in most bundlers), so Compiled uses [runtime styles](</how-it-works#runtime-styles-(unperformant)>) injected into style buckets.
6969
3. Both sets of styles are injected as separate `<style>` tags in the document `<head>`, but they're **not sorted together as one unified set**
7070
4. Because Compiled uses the same deterministic algorithm to generate class names, both sources generate **identical class names** for identical CSS declarations
7171
5. **Result**: Your local runtime styles override npm package styles unexpectedly, breaking components from the npm packages

0 commit comments

Comments
 (0)