Skip to content

Commit 55af128

Browse files
brianmhuntkof
authored andcommitted
Add link to first sheet-option (#739)
* Add link to first sheet-option * Switch to relative path
1 parent f02a627 commit 55af128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/json-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Compiles to:
2424

2525
## Function values
2626

27-
If you want dynamic behavior for your Style Sheet, you can use functions as a value which return the actual value. If function values returns `null|undefined|false` - property will be removed. Use [sheet.update(data)](./js-api.md#update-function-values) in order to pass the data object. Sheet option `link: true` is required for this to function.
27+
If you want dynamic behavior for your Style Sheet, you can use functions as a value which return the actual value. If function values returns `null|undefined|false` - property will be removed. Use [sheet.update(data)](./js-api.md#update-function-values) in order to pass the data object. [Sheet option](./js-api.md#create-style-sheet) `link: true` is required for this to function.
2828

2929
```javascript
3030
const styles = {

0 commit comments

Comments
 (0)