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

Incorrect output generate for indented syntax #1781

Closed
xzyfer opened this issue Dec 10, 2015 · 3 comments
Closed

Incorrect output generate for indented syntax #1781

xzyfer opened this issue Dec 10, 2015 · 3 comments

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Dec 10, 2015

Originally reported in sass/node-sass#1300

I expect this is a bug in sass2scss @mgreter could you please look into this.

.testing
  :margin
    :bottom 32px

Ruby Sass

.testing {
  margin-bottom: 32px; }

LibSass 3.3.2

.testing :margin {
  bottom: 32px; }
@mgreter
Copy link
Contributor

mgreter commented Dec 10, 2015

Already looked into that syntax last year, but it was too hard and complicated, since it looks very similar to pseudo selector. Not even sure what the heuristics should be to differentiate those two cases.

@mgreter mgreter removed their assignment Dec 10, 2015
@mgreter
Copy link
Contributor

mgreter commented Dec 10, 2015

If someone is up for the challenge, feel free to create a PR for sass2scss!

@mgreter
Copy link
Contributor

mgreter commented Feb 23, 2016

Closing this and tracking upstream at mgreter/sass2scss#26.
I have it on the radar but currently very low priority.

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