Skip to content

add support for global CSS variables #58

Description

@robkorv

https://developer.mozilla.org/en-US/docs/Web/CSS/:root and https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties

I think

:root {
  --text-color: 16px;
}

Should be converted to:

#pefix {
  --text-color: 16px;
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions