We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using keyframes API could make unpredictable behavior on SSR because of the unclosed block.
Use keyframes and extract css using getStyles() API
result of css.getStyles() has valid CSS.
css.getStyles()
cometkim/gatsby-theme-stitches#1 is blocked
The text was updated successfully, but these errors were encountered:
@cometkim Thanks for raising. We'll get to it. PR's welcome if you feel like contributing 🚀
Sorry, something went wrong.
Merge pull request #202 from cometkim/gh-200
f599fa4
fix: Close keyframe block on getStyles
Successfully merging a pull request may close this issue.
Bug report
Describe the bug
Using keyframes API could make unpredictable behavior on SSR because of the unclosed block.
To Reproduce
Use keyframes and extract css using getStyles() API
Expected behavior
result of
css.getStyles()
has valid CSS.Screenshots
System information
Version of Next.js:Additional context
cometkim/gatsby-theme-stitches#1 is blocked
The text was updated successfully, but these errors were encountered: