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 best practices for token types #182

Merged
merged 5 commits into from
Jan 16, 2024
Merged

Add best practices for token types #182

merged 5 commits into from
Jan 16, 2024

Conversation

drwpow
Copy link
Collaborator

@drwpow drwpow commented Jan 16, 2024

Changes

Fixes #180. Adds some Tips & recommendations sections to different token pages, to help people writing their own plugins & custom transformers.

Also as a chore, removes npm-run-all in favor of a simpler pnpm run workflow.

How to Review

  • Docs-only change; no code changes.
  • The pnpm run change will probably break Cloudflare Pages; ’sok

Copy link

changeset-bot bot commented Jan 16, 2024

⚠️ No Changeset found

Latest commit: d28f027

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

cloudflare-workers-and-pages bot commented Jan 16, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: d28f027
Status: ✅  Deploy successful!
Preview URL: https://f86ba151.cobalt-ui.pages.dev
Branch Preview URL: https://plugin-docs.cobalt-ui.pages.dev

View logs

@drwpow drwpow force-pushed the plugin-docs branch 3 times, most recently from 89769a2 to e951221 Compare January 16, 2024 17:51
"test:plugin-sass": "cd packages/plugin-sass && pnpm run test",
"test:plugin-tw": "cd packages/plugin-tailwind && pnpm run test",
"test:utils": "cd packages/utils && pnpm run test",
"test": "pnpm run -r --if-present --aggregate-output --parallel test",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Note to literally no one but myself: --parallel on the top level is a good idea. Nested --parallels is a horrible idea (i.e. don’t use within any packages).

@drwpow drwpow merged commit 3346bf3 into main Jan 16, 2024
10 checks passed
@drwpow drwpow deleted the plugin-docs branch January 16, 2024 17:57
@drwpow drwpow changed the title Plugin docs Add best practices for token types Jan 16, 2024
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.

Add best practices for token types in docs
1 participant