TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

LESS or SASS? Which do you prefer?

2 pointsby harishchouhanover 11 years ago
Which CSS preprocessor do you prefer and why?<p>The reason I have asking this is, I learned LESS mainly because Twitter Bootstrap came with .less files.<p>But whenever I search, I found more resources (code snippets) about SASS. So before considering the it just wanted to know if there are any advantages.

1 comment

ostikkover 11 years ago
I&#x27;ve tried using SASS a few times but keep going back to LESS so I can configure Bootstrap variables. Also, bootswatch.com uses LESS so that&#x27;s a big motivator is stick with LESS.