Skip to content

Replace --- local css variables with namespaced normal variables#14

Merged
Pearce-Ropion merged 1 commit intomainfrom
pearce/namspace-local-variables
Mar 19, 2026
Merged

Replace --- local css variables with namespaced normal variables#14
Pearce-Ropion merged 1 commit intomainfrom
pearce/namspace-local-variables

Conversation

@Pearce-Ropion
Copy link
Copy Markdown

Add namespace to local variable generation. This will better support local css variables in chrome dev tools

Before

$$variableName -> var(---variableName)

After

$$variableName -> var(--sxs-variableName)

Also remove multiplier logic

  • We would never do this/support this

@Pearce-Ropion Pearce-Ropion merged commit ee2345f into main Mar 19, 2026
2 checks passed
@Pearce-Ropion Pearce-Ropion deleted the pearce/namspace-local-variables branch March 19, 2026 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants