Open 1aron opened 5 months ago
No response
export default { variables: { primary: { '@light': '$(yellow-40)', '@dark': '$(yellow-50)' } } }
export default { variables: { primary: { '@light': 'yellow-40', '@dark': 'yellow-50' } } }
Context
No response
Current
Expected