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 LESS is More (also: is transpile a real word?)

2 pointsby berznizabout 10 years ago

1 comment

Bahamutabout 10 years ago
Writing pure CSS is not faster than using a preprocessor like LESS or SASS. Common CSS styles that need to go into the stylesheet that need to be configurable can be simply abstracted into mixins. It is also far easier to read less or scss stylesheets due to neat nesting so you can easily see selector priority.<p>I generally prefer simplicity too, but for CSS at least, working with the preprocessors far trump working without for convenience, flexibility, speed of development, and scalability.