Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve CSS variables #473

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Resolve CSS variables #473

merged 1 commit into from
Oct 20, 2023

Conversation

oyejorge
Copy link
Contributor

Resolves

<style>
:root{
--color:blue;
}
p{
 color:var(--color);
}
</style>
<p>woot</p>

to

<p style="color: blue;">woot</p>

See also #312

@jrit jrit merged commit 7827d94 into Automattic:master Oct 20, 2023
3 checks passed
@jrit
Copy link
Collaborator

jrit commented Oct 20, 2023

looks good thanks. I need to publish a major version change with the default behavior updated, but 100% agree with the new default.

@tantalic
Copy link

@jrit - Any chance of getting a new release soon? I am trying to utilize this in a project.

@AlanBreck
Copy link

AlanBreck commented Aug 10, 2024

@jrit, following up as well. This would be really great to have.

Sorry for the noise. Seems that npm is on version 10.0.0. My confusion was that the releases on Github only say 9.1.0.

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.

4 participants