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 sample project for experimentations and testing #6

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

tusharsnx
Copy link
Owner

We are using a sample project created with npx create-next-app for testing the plugin code during the development. The project uses all the default files created by the mentioned command except, the className values on each JSX element in app/page.tsx have been updated to use simple strings. The plugin code transforms the string classnames (className="my-class") into object notations (className={style.myClass}) seamlessly 😉

@tusharsnx tusharsnx merged commit 9b83288 into main Jun 12, 2024
2 checks passed
@tusharsnx tusharsnx deleted the sample-projects branch June 12, 2024 13:22
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