-
Notifications
You must be signed in to change notification settings - Fork 313
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
chore: Clean up Nextjs-example with postcss-plugin #784
Conversation
workflow: benchmarks/sizeComparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better.
|
*/ | ||
|
||
/** | ||
* The @stylex directive is used by the @stylexjs/postcss-plugin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should have kept this comment when moving the directive, otherwise it's not going to be clear what it means to people just browsing the nextjs code example
* chore: Clean up Nextjs-example with postcss-plugin * chore: remove unnecessary 'bright' dep * chore: add json-scheme types
* chore: Clean up Nextjs-example with postcss-plugin * chore: remove unnecessary 'bright' dep * chore: add json-scheme types
* chore: Clean up Nextjs-example with postcss-plugin * chore: remove unnecessary 'bright' dep * chore: add json-scheme types
* chore: Clean up Nextjs-example with postcss-plugin * chore: remove unnecessary 'bright' dep * chore: add json-scheme types
Chore: Just makes some small tweaks to the Next.js example to simplify the setup now that we have the postcss-plugin.