Files
TechradarDev/radar/2022-03-28/sass.md
2024-03-12 14:31:48 +01:00

16 lines
631 B
Markdown

---
title: "Sass"
ring: hold
quadrant: languages-and-frameworks
featured: false
---
Since the heydays of Sass, the requirements for styling solutions have changed.
With modern solutions like [CSS-in-JS](/methods-and-patterns/css-in-js/),
[Tailwind](/languages-and-frameworks/tailwindcss/) or [PostCSS](/tools/postcss/), you get scoped CSS out of the
box and can get rid of the manual and therefore error-prone BEM methodology. Furthermore, mapping class names to
elements is no longer necessary.
In general the modern solutions bring a better and more robust developer experience. Therefore, we put Sass on hold.