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

LibSass support #14

Open
pascalduez opened this issue Nov 13, 2015 · 3 comments
Open

LibSass support #14

pascalduez opened this issue Nov 13, 2015 · 3 comments

Comments

@pascalduez
Copy link
Member

At the time of writing sass-convert LibSass wasn't so widely used and lagged quite behind the Ruby version. Plus we couldn't really figure out how to leverage its sass2scss binary.

Now that it's almost the default entry point for Sass (?), having a hard dependency on Ruby Sass and sass-convert is starting to be really annoying.

How many people are using the indented syntax ? Probably not much, but still.

Most user would want to install their Gulp thing and have it work without the need to deal with Gems.

https://twitter.com/nonlinear/status/664267253400141824

The best solution obviously would be to natively support indented syntax, without the need to convert.
SassDoc/sassdoc#39
SassDoc/scss-comment-parser#1
SassDoc/sassdoc#183
SassDoc/sassdoc#236
SassDoc/sassdoc#378

@Grawl
Copy link

Grawl commented Nov 14, 2016

Look at this: C++ tool/library to convert Sass to SCSS: mgreter/sass2scss. I checked it out, it works.

@ghost
Copy link

ghost commented Feb 2, 2017

According the docs sass2scss really only converts from sass to scss while sass-convert converts between CSS, Sass, and SCSS. So its not a full replacement :(

@Grawl
Copy link

Grawl commented Feb 3, 2017

@Dotmagic yep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants