We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a mixin using a URL as parameter, when we calling mixin, and pass a URL like:http://a.com/a.png.
http://a.com/a.png
Stylint will report a warning like:
[Warning]: line comments require a space after // File: css/sem.styl Line: 76: nav-icon(20px, 'http://a.com/a.png')
It seems like '//' in 'http://' is recognized as a comment mark
I read the source code, and I found that before check stylint ignore the url in url().
But still need to think about maybe there will be some other place that we will use URL link, and that will cause this problem.
The text was updated successfully, but these errors were encountered:
should be fixed in 1.5.0
Sorry, something went wrong.
No branches or pull requests
We have a mixin using a URL as parameter, when we calling mixin, and pass a URL like:
http://a.com/a.png
.Stylint will report a warning like:
It seems like '//' in 'http://' is recognized as a comment mark
I read the source code, and I found that before check stylint ignore the url in url().
But still need to think about maybe there will be some other place that we will use URL link, and that will cause this problem.
The text was updated successfully, but these errors were encountered: