Skip to content

fix/regex-with-colon #457

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

Closed
wants to merge 1 commit into from
Closed

Conversation

hugohutri
Copy link

@hugohutri hugohutri commented Jan 7, 2022

Allow IntelliSense to suggest classes with Styled Components by allowing the use of ":"-symbol. e.g. className: "ABC"

Fixes the issue #456

Allow IntelliSense to suggest classes with Styled Components by allowing the use of ":"-symbol. e.g. className: "abc"
@bradlc
Copy link
Contributor

bradlc commented Jan 7, 2022

Hey @hugohutri. Thank you, but I think for now I'd like to keep the built-in support to things that look like HTML class attributes (i.e. they use = to separate the key and value).

You could use the experimental.classRegex setting to enable support for other use-cases. Check out my comment here for more information: tailwindlabs/tailwindcss#7553

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.

2 participants