css - SASS without Ruby for .NET application -
i've been reading on sass(simply awesome stylesheets) on codeschool when tried installing it, turns out need install rvm(ruby) sass written in ruby.
so have 2 questions here:
- i understand there other css frameworks less don't seem powerful/popular. how true this? wouldn't mind switching less if not need ruby @ all.
- is there compiler sass in .net or java family of languages , if there is, how production ready it? not want keep checking generated css file when debugging or making changes.
this comes down want preprocessor , fits project requirements best. people argue either or day long. me see main difference in less can't many programatical things, loops, each statements. kind of thing.
sass ruby based, therefore need have ruby installed. there extensions can use in visual studio make sass compiling easier. web workbench , sassy studio. support coming web essentials time soon.
so think comes down think fits best. prefer use less in visual studio (using dotless) because feel it's better supported , don't need install ruby (i big consideration when working multiple developers).
Comments
Post a Comment