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 'css.lint.unknownAtRules' setting to ignore unknown @-rules #369

Closed
wants to merge 1 commit into from
Closed

Conversation

hakimLyon
Copy link
Contributor

This PR adds the following configuration to the settings.json file:

"css.lint.unknownAtRules": "ignore",

By setting css.lint.unknownAtRules to "ignore," we are instructing the CSS linter to ignore any unknown @-rules.

This PR adds the following configuration to the `settings.json` file:

"css.lint.unknownAtRules": "ignore",

By setting `css.lint.unknownAtRules` to "ignore," we are instructing the CSS linter to ignore any unknown @-rules.
Copy link
Member

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this for? I'm not getting any errors or warnings for @tailwind or @apply 🤔

@hakimLyon
Copy link
Contributor Author

🤔 Strange, on my side, I'm getting warnings about it 😅.
Capture d’écran 2023-08-03 à 21 39 55
Perhaps the configuration of my VSCode is the cause. If on your side, there are no errors or warnings, I will close this PR then.

@hakimLyon hakimLyon closed this Aug 3, 2023
@hakimLyon hakimLyon deleted the patch-1 branch October 14, 2023 19:46
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