mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🚧 Temporary workaround for Token resolvedValue not working
Instruct LLM to not use this property. To be reverted once #8341 is fixed.
This commit is contained in:
parent
bac04f8a73
commit
926d573d3e
@ -290,7 +290,7 @@ The token library: `penpot.library.local.tokens` (type: `TokenCatalog`)
|
||||
`Token`:
|
||||
* `name: string` - Token name (may include group path like "color.base.white")
|
||||
* `value: string | TokenValueString` - Raw value (may be direct value or reference to another token like "{color.primary}")
|
||||
* `resolvedValue` - Computed final value (follows references)
|
||||
* `resolvedValue` - Computed final value (follows references) - currently NOT working, do not use!
|
||||
* `type: TokenType`
|
||||
|
||||
Discovering tokens:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user