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

CSS Grid #1045

Closed
Snugug opened this issue Mar 16, 2017 · 0 comments · Fixed by #1106
Closed

CSS Grid #1045

Snugug opened this issue Mar 16, 2017 · 0 comments · Fixed by #1106
Labels

Comments

@Snugug
Copy link
Member

Snugug commented Mar 16, 2017

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.

grid-gap: 1em;
grid-row-gap: 1em;

What did you expect to happen?

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant