css icon indicating copy to clipboard operation
css copied to clipboard

🐞 Linking a variable with an alpha alias to an existing variable will crash

Open 1aron opened this issue 1 year ago • 0 comments

Description

export default {
    variables: {
        line: {
            neutral: {
                '@light': '$(slate-60)',
                '@dark': '$(gray-30)'
            },
            light: '$(line-neutral)/.2',
            lighter: '$(line-neutral)/.15',
            lightest: '$(line-neutral)/.1'
        }
    }
}

1aron avatar Jun 08 '24 17:06 1aron