-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
COMMUNITY: good first issueGood for newcomersGood for newcomersCOMMUNITY: PR is welcomedWe think it's a good feature to have but would love for the community to help with the PR for itWe think it's a good feature to have but would love for the community to help with the PR for itTYPE: enhancementNew feature or requestNew feature or request
Description
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
COMMUNITY: good first issueGood for newcomersGood for newcomersCOMMUNITY: PR is welcomedWe think it's a good feature to have but would love for the community to help with the PR for itWe think it's a good feature to have but would love for the community to help with the PR for itTYPE: enhancementNew feature or requestNew feature or request