Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ apply them as inline style. If styles cannot be applied as inline styles, `frees
them into a `CSSStyleSheet`.

If CSS Custom Properties are supported, `freestyler` will replace all style values by *"CSS variables"*.
This allows on subsequent re-renders to simply change CSS variables, whithout re-rendering the styles.
This allows on subsequent re-renders to simply change CSS variables, without re-rendering the styles.

If component's DOM element is known, `freestyler` will create CSS variables on that element. Otherwise,
`freestyler` will create global root CSS variables.