docs: fix some more spelling issues (#167)

This commit is contained in:
Stefan Rotsch
2023-02-22 19:40:39 +01:00
committed by Bastian
parent dd2e4e71c0
commit 94f368249e
10 changed files with 65 additions and 38 deletions

View File

@@ -6,7 +6,10 @@ 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.html), [Tailwind](/languages-and-frameworks/tailwindcss.html) or [PostCSS](/tools/postcss.html), 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.
With modern solutions like [CSS-in-JS](/methods-and-patterns/css-in-js.html),
[Tailwind](/languages-and-frameworks/tailwindcss.html) or [PostCSS](/tools/postcss.html), 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.