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

Feature/runtime performance #25

Merged
merged 8 commits into from
Nov 7, 2023
Merged

Feature/runtime performance #25

merged 8 commits into from
Nov 7, 2023

Conversation

jantimon
Copy link
Owner

@jantimon jantimon commented Nov 6, 2023

No description provided.

Copy link

vercel bot commented Nov 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
yacijs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2023 7:51am

…rmance

# Conflicts:
#	packages/next-yak/dist/index.cjs.map
#	packages/next-yak/dist/index.js.map
for (let i = 0; i < args.length; i++) {
const arg = args[i];
for (const arg of args) {
// CSS Mocule Class Name (auto generated during build form static css)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
// CSS Mocule Class Name (auto generated during build form static css)
// CSS Module class name (auto generated during build from static css)

packages/next-yak/runtime/cssLiteral.tsx Show resolved Hide resolved
@jantimon jantimon merged commit 5eeb082 into main Nov 7, 2023
4 checks passed
@jantimon jantimon deleted the feature/runtime-performance branch November 14, 2023 07:19
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