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

Add panda-css option #265

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Conversation

isBatak
Copy link

@isBatak isBatak commented Jan 31, 2024

This PR add Panda CSS styling option.

Questions:

  1. How to overwrite pages/index.tsx to include some basic style example?
  2. What's the best way to test this locally, except running e2e:single test?

Copy link

vercel bot commented Jan 31, 2024

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

Name Status Preview Comments Updated (UTC)
create-next-stack ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2024 9:00pm

description: "adding content",
run: async (inputs) => {
await Promise.all([
writeFile("pages/index.tsx", generateIndexPage(inputs)),
Copy link
Author

Choose a reason for hiding this comment

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

@akd-io
As it seems this part will not overwrite the original pages/index.tsx. I guess this part is executed before createNextStackPlugin.
But here it noted that steps run form top to bottom

6. Add potential plugin steps to the `steps` array in [`steps.ts`](packages/create-next-stack/src/main/steps.ts). Steps are run top-to-bottom.

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.

1 participant