-
Notifications
You must be signed in to change notification settings - Fork 463
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
Ruby Sass uses indented syntax for .css
files
#1219
Comments
Thanks for the report @cvrebert. There some case where Libsass is more forgiving that Ruby Sass. It's important for us to be aware of these cases. |
IMO Ruby Sass shouldn't error here since this is relatively common, and works in CSS. In either case we're producing the wrong output. |
Yeah, I agree it would be preferable for Ruby Sass to not error out. I'm just not a Sass guru, so I thought I'd file a discrepancy report here to get some investigation rolling. |
We appreciate it. I think it'd be worth opening an issue to Ruby Sass to see if the error case can be addressed upstream. |
Okay, filed sass/sass#1726 |
Legend. |
|
Okay, per sass/sass#1726 (comment) this does seem to be a SassC bug rather than a Ruby Sass bug. |
OK, we have no spec now (reverted) for this and if I run the original issue with latest ruby sass I get some output! Therefore it seems we should re-add the spec test and close this issue! |
@mgreter Hmm?
|
OK, I guess someone should point out that the error is about using the file-ending |
.css
files
Changing this is rather easy (at least on the "surface") and leads to a similar error:
The "strange" output (double bracket) is due to the processing by |
The hack in question: http://browserhacks.com/#hack-a60b03e301a67f76a5a22221c739dc64
Example:
The text was updated successfully, but these errors were encountered: