Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS Preprocessors on an Android Tablet

When I'm out and about I don't always have a laptop with me, but I do always have my Nexus 7. I like to do a bit of work when nothing else is going on, whether it be coding, or documenting, or whatever else.

I'd like to be able to work on my SASS stylesheets on the tablet. Obviously I can code them easily enough, but I haven't yet found a way to process them in situ.

An on-tablet way of doing it would be ideal, but there doesn't seem to be much in the way of Ruby running on Android.

An online version would be better than nothing, but seeing as I have wi-fi only, I don't always have an internet connection.

So the question is: Is there a way to compile SASS on Android, either on tablet or online?

If not, could I do this with LESS instead? I assume so because it's js based, but I prefer SASS so this is a last option for me.

Many thanks in advance,
Jorj.

like image 701
Jorj Ives Avatar asked Jul 27 '26 12:07

Jorj Ives


2 Answers

Might any of these help? I imagine they'll do when you really, really want to get some work done while out:

  • CSS Convert
  • css2sass
like image 117
Jenny Coffman Avatar answered Jul 29 '26 04:07

Jenny Coffman


I am using the terminal app termux, downloaded ruby and installed sass with gem. You can get access to the shared storage as described in the termux help section. So it only works if you have your www folder there. I am using this server app, and it works. https://play.google.com/store/apps/details?id=com.esminis.server.php

like image 25
Sebastian Kotte Avatar answered Jul 29 '26 04:07

Sebastian Kotte