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

Unknown property warning for 'gap' and 'row-gap' #996

Open
somethingSTRANGE opened this issue Sep 19, 2022 · 1 comment
Open

Unknown property warning for 'gap' and 'row-gap' #996

somethingSTRANGE opened this issue Sep 19, 2022 · 1 comment

Comments

@somethingSTRANGE
Copy link

somethingSTRANGE commented Sep 19, 2022

I'm using scss-lint-plugin in Rider 2022.2.3, and it flags the gap and row-gap properties with a "SCSS Lint: Unknown property (PropertySpelling)" warning.

According to scss-lint --version, I have 0.59.0 installed on my Windows 10 machine.

I reviewed "properties.txt" (located at "scss_lint-0.59.0\data"), and saw that neither of the following properties are included:

  • gap
  • row-gap

The other gap-related properties are included and do not present as warnings:

  • column-gap
  • grid-column-gap
  • grid-row-gap
  • grid-gap

Should row-gap and gap be added to this file?

@somethingSTRANGE
Copy link
Author

I see that gap was already added to "properties.txt" (6198c0c), however it still doesn't contain row-gap.

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

No branches or pull requests

1 participant