Skip to content

Commit 734653f

Browse files
committed
Address CSSX runtime review findings
1 parent c6dff5a commit 734653f

53 files changed

Lines changed: 4465 additions & 742 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/guide/caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ variables['--text-color'] = 'red' // ThemedCard does not update
7676
```
7777

7878
Variable notifications are batched in a microtask. Media query updates use the
79-
runtime dimension store, and web resize handling can be configured through
80-
`configureCssx()` or `CssxProvider`.
79+
runtime dimension store, and web resize handling can be configured globally
80+
through `configureCssx()`.
8181

8282
```jsx
8383
import { configureCssx } from 'cssxjs'

0 commit comments

Comments
 (0)