Skip to content

Conversation

@lumirelle
Copy link
Contributor

First of all, thank you to the maintainers for keeping this wonderful repository.

I encountered the same issue as #86 (comment) and found that no one had solved it yet, so I open this PR now.

I did the following things, and hope it will be helpful:

  • d649e7d Fix test failure caused by missing explicit rules in stylelint config.
    See stylelint/stylelint#8631 for more details.
  • fc7feec Add test of declaration-property-value-no-unknown
  • f77db86 declaration-property-value-no-unknown is only appropriate for CSS

@changeset-bot
Copy link

changeset-bot bot commented Jun 26, 2025

🦋 Changeset detected

Latest commit: 4b2e7b5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
stylelint-config-recommended-vue Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Owner

@ota-meshi ota-meshi left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!

@ota-meshi ota-meshi merged commit 9ca4747 into ota-meshi:main Jun 26, 2025
6 checks passed
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.

declaration-property-value-no-unknown shouldn't be enabled for CSS-like languages (e.g.: SCSS)

2 participants