jpablobr/css2sass

Suggestion: styling

Closed this issue · 1 comments

Would it be possible to add some styling options? Like how much the indent space should, if it should use spaces or tabs, etc.?

Also, line endings don't end smoothly. Most of the times you get:

} } } } }

while you would expect:

        }
      }
    }
  }
}

Not sure if this is a bug or should also be considered styling

Seams like it's not possible. I just checked the Sass::Css lib and there's no format options for what you want:

https://github.com/nex3/sass/blob/master/lib/sass/css.rb

Maybe try the sass-convert --help shell command. But seams like it doesn't support that ether. :/