Software Alternatives, Accelerators & Startups

BEM VS Sass

Compare BEM VS Sass and see what are their differences

BEM logo BEM

BEM — Block Element Modifier is a methodology, that helps you to achieve reusable components and code sharing in the front-end.

Sass logo Sass

Syntatically Awesome Style Sheets
  • BEM Landing page
    Landing page //
    2022-11-21
  • Sass Landing page
    Landing page //
    2021-09-19

BEM videos

BEM REVIEW! is Bem worth watching?

More videos:

  • Review - BEM - First Impressions
  • Review - Bem Episode 1 Discussion/ Review BEM HAS THE MUSIC!!!!!

Sass videos

The Armalite AR10 Super SASS

More videos:

  • Review - Armalite Super SASS
  • Review - M110 SASS to 800yds: Practical Accuracy (Leupold Mk4, US Sniper Rifle)
  • Review - Anatomy of the Semi Automatic Sniper System (SASS): Featuring the Lone Star Armory TX10 DM Heavy
  • Review - ArmaLite XM110 Rifle to AR10 Super SASS

Category Popularity

0-100% (relative to BEM and Sass)
Developer Tools
20 20%
80% 80
Design Tools
25 25%
75% 75
CSS Framework
19 19%
81% 81
Development Tools
100 100%
0% 0

User comments

Share your experience with using BEM and Sass. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Sass should be more popular than BEM. It has been mentiond 133 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

BEM mentions (45)

  • SASS, CSS, or Tailwind: Which One Should You Choose?
    Keep in mind you also have to use BEM. If you use just SASS, there are little to no advantages compared with CSS. I am going to cover BEM in a separate article, but for your understanding, BEM is a methodology for writing good CSS. - Source: dev.to / 5 days ago
  • Darling, I converted our perfectly fine SPA application into SSR: Part 2
    Most of our headaches stemmed from styled-components. Despite the merits of this CSS-in-JS library, it doesn’t mesh as seamlessly with server components. Traditional CSS methodologies, such as BEM (Block, Element, Modifier), CSS modules, or even utility-first frameworks like Tailwind, would have alleviated many of our difficulties. This lesson is a key takeaway that we plan to carry forward into our future projects. - Source: dev.to / 6 days ago
  • Earth rescue - A CSS only game
    After I had created space, the code was as spaghetti as it can get. I decided to switch to SCSS and finally read into the BEM Pattern for CSS and after wasting another 4 hours, I decided that I could not decide wether the HUD is an element of the game and the button is an element of the HUD and the text is an element of the button and someone else also thought about this and called it the BEM grandchildren... - Source: dev.to / 24 days ago
  • Upgrading and Refactoring a Slightly Outdated Web Project
    There are some conceptual requirements to clean code that I always found hard to achieve in a traditional web project, but that's one more reason to use tools like static site generators and follow design patterns like Atomic Design, (A)BEM CSS, and a modular file structure. - Source: dev.to / about 1 year ago
  • 21 Resources to Learn And Practice Your CSS Skills
    BEM is a methodology for organizing and naming CSS classes in a scalable and maintainable way. Learning the principles of BEM can improve the structure of your stylesheets drastically. - Source: dev.to / 5 months ago
View more

Sass mentions (133)

  • 10+ UI Libraries for Svelte to Try in 2024
    Attractions is a UI kit for Svelte that includes 49 components and a collection of helper functions. It uses Sass for styling. Although the Attractions kit seems promising and the components look really nice, it's not very actively supported right now and its future is uncertain. - Source: dev.to / 26 days ago
  • How I Achieved Maintanability, and Scalability in My Projects
    We took our time evaluating different options and ultimately landed on a focused set of technologies: Next.js, TypeScript, Redux Toolkit, SASS, and Axios. This combination offers a powerful and manageable foundation for our project, avoiding the pitfalls of an overly complex tech stack. - Source: dev.to / 10 days ago
  • Future of CSS: Functions and Mixins
    Traditionally CSS lacked features such as variables, nesting, mixins, and functions. This was frustrating for Developers as it often led to CSS quickly becoming complex and cumbersome. In an attempt to make code easier and less repetitive CSS pre-processors were born. You would write CSS in the format the pre-processor understood and, at build time, you'd have some nice CSS. The most common pre-processors these... - Source: dev.to / 3 months ago
  • Top 20 Frontend Interview Questions With Answers
    CSS stands for Cascading Style Sheets, and is a scripting language used to style web pages. SCSS stands for Syntactically Awesome Style Sheet, and is a superset of CSS. You can think of SCSS as the more advanced version of CSS, which comes with several features that CSS does not support, such as the SCSS nested syntax, as shown below. - Source: dev.to / 4 months ago
  • Modern CSS for 2024: Nesting, Layers, and Container Queries
    In the past, you’d need to rely on pre-processors such as SaSS or Less, but not anymore… Native CSS nesting has landed on all major modern browsers. - Source: dev.to / 5 months ago
View more

What are some alternatives?

When comparing BEM and Sass, you can also consider the following products

Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.

PostCSS - Increase code readability. Add vendor prefixes to CSS rules using values from Can I Use. Autoprefixer will use the data based on current browser popularity and property support to apply prefixes for you.

styled-components - styled-components is a visual primitive for the component age that also helps the user to use the ES6 and CSS to style apps.

Stylus - EXPRESSIVE, DYNAMIC, ROBUST CSS

stylelint - stylelint is a modern CSS linter

Less - Less extends CSS with dynamic behavior such as variables, mixins, operations and functions. Less runs on both the server-side (with Node. js and Rhino) or client-side (modern browsers only).