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
There are a number of CSS Grid properties that are not in properties.yml. We should 2x check that property list with the full, final, shipped list from MDN and update accordingly
What version of Sass Lint are you using?
1.10.2, from CLI
Please include any relevant parts of your configuration
- no-misspelled-properties: true
What did you do? Please include the actual source code causing the issue.
What actually happened? Please include any error messages given to you by Sass Lint.
error Property `grid-gap` appears to be spelled incorrectly no-misspelled-properties
error Property `grid-row-gap` appears to be spelled incorrectly no-misspelled-properties
The text was updated successfully, but these errors were encountered:
There are a number of CSS Grid properties that are not in
properties.yml
. We should 2x check that property list with the full, final, shipped list from MDN and update accordinglyWhat version of Sass Lint are you using?
Please include any relevant parts of your configuration
- no-misspelled-properties: true
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
What actually happened? Please include any error messages given to you by Sass Lint.
The text was updated successfully, but these errors were encountered: