Skip to content

Conversation

@mahendradambe
Copy link

@mahendradambe mahendradambe commented May 1, 2025

-    "panda": "bun run --cwd packages/panda",
+    "panda": "bun run --cwd packages/preset",

@vercel
Copy link

vercel bot commented May 1, 2025

Someone is attempting to deploy a commit to the Personal Team on Vercel.

A member of the Team first needs to authorize it.

@mahendradambe mahendradambe changed the title chore: fix scripts to match panda-preset's folder name Fix scripts to match preset's folder & Blocks page styling fix May 2, 2025
Comment on lines +22 to +27
gridTemplateColumns={{
base: '1fr',
sm: 'repeat(2, 1fr)',
md: 'repeat(3, 1fr)',
xl: 'repeat(4, 1fr)',
}}
Copy link

Choose a reason for hiding this comment

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

I was just about to submit this fix as the current CSS output is the following:

@media screen and (min-width: 40rem) {
    .sm\:grid-tc_2 {
        grid-template-columns:2px
    }
}

@media screen and (min-width: 48rem) {
    .md\:grid-tc_3 {
        grid-template-columns:3px
    }
}

@media screen and (min-width: 80rem) {
    .xl\:grid-tc_4 {
        grid-template-columns:4px
    }
}

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.

3 participants