What are the equivalents in Sass and LESS of these features? -



What are the equivalents in Sass and LESS of these features? -

i'm less user, i'm considering trying out sass. each of them have 1 big thing find attractive, , i'm wondering if both frameworks have equivalents (third-party programs included)

reason utilize sass (afaiu):

sass can set auto-compile css files, saving need manually with less, closest using simpless, still manual step

reason utilize less:

less elements - set of commonly used mixins (e.g. rounded corners, box-shadow, etc.) something similar can made in sass, if not available, i'd know if it's been done

few things might clear doubts:

with lesscss include .js file on page doesn't require other manual step.. that's much simpler other method, , guess didn't know that. less.app mac work great, , me, it's improve launch app works type "sass --watch etc" in terminal. less.app compiles .less files on every file save, referenced in main stylesheet (simpless app doesn't seem have alternative compile on file save). i utilize twitter's bootstrap "css library/framework" prototypes/projects, it's fantastic , code written in .less format. me reason won't switch sass (used while). check out http://twitter.github.com/bootstrap/

compass looks good, can see offers bootstrap offers, maybe in more structured way - don't see demo of can offer default, don't see myself using anytime soon. also, $7 app.. sorry, got free less.app.

sass less

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -