-
Notifications
You must be signed in to change notification settings - Fork 67
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
parse error in font-face mixin with format syntax and multiple src #210
Comments
Hey @michaelwarren1106 - thanks for the report! You're right about the format, looks like an issue with the url() token and any functions that follows. I'll tag it and hopefully get to have look at it soon. |
thanks! I ran this through the playground just ago, and it doesn't seem to parse there unless each src property is defined by itself. The playground only parses this:
|
even when format is removed... |
I was seeing issues with this as well as I started testing the sass-lint package for the first time today... nearly the exact code example, actually. See the referenced issue from sass-lint which uses this package. In order to use sass-lint with a GruntJS setup, I'll need both of the following items fixed that @michaelwarren1106 has addressed, so our builds can pass prior to check-in:
|
This is fixed. |
for this SCSS
I'm getting this error
18:1 error Please check validity of the block starting from line #18 Fatal ✖ 1 problem (1 error, 0 warnings)
I've narrowed it down to the
format()
part. If i remove that, everything works, but that is valid css/scss, and I've not seen any other folks having problems with font-face syntax in general.Little help?
The text was updated successfully, but these errors were encountered: