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

grid-template-columns: [ name ] throws a syntax error #906

Closed
ciar4n opened this issue Jun 19, 2017 · 1 comment
Closed

grid-template-columns: [ name ] throws a syntax error #906

ciar4n opened this issue Jun 19, 2017 · 1 comment

Comments

@ciar4n
Copy link

ciar4n commented Jun 19, 2017

A name in square brackets appears to throw a syntax error..

grid-template-columns: [linename] 100px;

https://developer.mozilla.org/en/docs/Web/CSS/grid-template-columns

@sds sds added the duplicate label Aug 5, 2017
@sds
Copy link
Owner

sds commented Aug 5, 2017

Hey @ciar4n,

This is actually a bug with the Sass parser that SCSS-lint uses, which has been fixed in Sass 3.5.

Unfortunately SCSS-Lint does not yet support Sass 3.5. There is an open issue to track adding support here. Closing this as a duplicate of that issue.

Thanks for the report!

@sds sds closed this as completed Aug 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants