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

Compile libsass for iOS and Android as a static library. #2710

Closed
jpdery opened this issue Aug 9, 2018 · 1 comment
Closed

Compile libsass for iOS and Android as a static library. #2710

jpdery opened this issue Aug 9, 2018 · 1 comment

Comments

@jpdery
Copy link

jpdery commented Aug 9, 2018

I'm not sure if this is the right place to ask this, if not then I'm sorry.

Long story short, I'm working on a mobile app platform and I'd like to use Sass for styling. I'm currently using Less because I found a C++ parser that can be slightly modified to give an AST which I can play with.

However, being a Sass user, I'd rather use that. Now the question is, does anyone know if or how hard would it be to compile libsass for iOS and Android ? I know I would have to change bits and pieces of the code to use the AST (I think) but it would be very helpful to know if it can be done in the first place.

Thanks!

@mgreter
Copy link
Contributor

mgreter commented Dec 13, 2018

Closing as a duplicate of #1065. We don't expose the AST since it is internal knowledge and subject of often subtle and rarely heavy changes. Therefore we are not willing yet to expose this to the outside. Hope I understood your question right, because simply compiling libsass alone on android or iOS should be or might be straight forward!

@mgreter mgreter closed this as completed Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants