In the beginning, I used to write shitty css. I continued this for the better part of a year until someone pointed out to me that I was over-working. That I should look up Sass on google. I did that and guess what? Now I use Sass in whatever I do. But I have been thinking- Sass cannot perform some things that Javascript can and we often end up usibg the two in conjunction. Isnt there a way to get the best of both worlds? So I looked up Js Sass compilers. All I got were bulky wrappers and abandonned projects. So last month I decided to write my own.I want it to be able to do all that Javascript can but using only Sass code. But I need support doing that. Check out my project at github. I'd be grateful if you could help: github.com/kenwayr/ScriptSass