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

Fix @fluxStyles rendering #933

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

sevenpixels
Copy link

Correctly render the stylesheet so that the $versionHash and $nonce values actually appear instead of just showing the PHP variables.

Fixes #932

Correctly render the stylesheet so that the $versionHash and $nonce values actually appear instead of just showing the PHP variable.
Copy link
Member

@joshhanley joshhanley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sevenpixels thanks for the PR! @calebporzio I've pulled this and checked that it's all working as expected, so it's good to merge.

The problem is that when I updated the Flux Styles in PR #899 I didn't change to string interpolation for the $versionHash and $nonce.

image

So this PR fixes that, so everything works normally again.

image

@joshhanley joshhanley changed the title Fix @fluxStyles rendering Fix @fluxStyles rendering Jan 3, 2025
@stayallive
Copy link

Just noticed this too, also tested the fix here.

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.

@fluxStyles not rendering tag properly
3 participants