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

scroll-margin violating no-misspelled-properties rule #1300

Open
mtsamis2 opened this issue Feb 12, 2020 · 0 comments
Open

scroll-margin violating no-misspelled-properties rule #1300

mtsamis2 opened this issue Feb 12, 2020 · 0 comments

Comments

@mtsamis2
Copy link

What version of Sass Lint are you using?
1.13.1

Please include any relevant parts of your configuration
sass-lint.yml has no-misspelled-properties set to 2.

What did you do? Please include the actual source code causing the issue.
I have the following class in my css file:

.content{
    scroll-margin: 60px;
}

What did you expect to happen?
No linting error since scroll-margin is a valid css property.

What actually happened? Please include any error messages given to you by Sass Lint.
Upon running sass-lint, I get this error:
error Property scroll-margin 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
None yet
Projects
None yet
Development

No branches or pull requests

1 participant