Skip to content

[✨] Tailwind CSS Integration Overwrites .vscode/settings.json #5280

@marcos-padilla

Description

@marcos-padilla

Is your feature request related to a problem?

Tailwind CSS Integration Overwrites .vscode/settings.json

Describe the solution you'd like

Preserve Emmet Configuration for .tsx Files and Maintain 'class' and 'for' Attributes Instead of 'className' and 'htmlFor'

Describe alternatives you've considered

Instead of overwriting the entire .vscode/settings.json file, I recommend adding the following configuration at the end of the file:

"css.lint.unknownAtRules": "ignore"

By doing this, VS Code can continue to interpret .tsx files as Qwik files, and Emmet functionality will remain unaffected, allowing for a seamless integration of Tailwind CSS without compromising Qwik file interpretation."

Additional context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions