message no. 39140
Posted by Simba_ in #jekyll at 2014-08-13T01:46:43Z
Hello! I'm looking for a way to run the sass converter on a sass file manually. The main goal is to inline a portion of my sass in the head the web page. I can do this with css if I put the css in _includes and include it, but including a .scss file doesn't run the converter on it. basically I think I want a markdownify for sass. any ideas?