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

Implement class regex for custom class name #382

Open
snorreks opened this issue Jun 24, 2022 · 1 comment
Open

Implement class regex for custom class name #382

snorreks opened this issue Jun 24, 2022 · 1 comment

Comments

@snorreks
Copy link

We are using clsx in our project and with tailwind we could use

	"tailwindCSS.experimental.classRegex": [
		["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
	],

in settings.json to get intellisense.

image

It would be great if windi can also implement this.

@HiggsWRX
Copy link

+1. This would also be a desired feature for us

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants