You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I'm using scss-lint-plugin in Rider 2022.2.3, and it flags the
gap
androw-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
andgap
be added to this file?The text was updated successfully, but these errors were encountered: