Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregorbiswanger/bem-sass-workshop
Übungen für meinen BEM & SASS Workshop
https://github.com/gregorbiswanger/bem-sass-workshop
Last synced: 29 days ago
JSON representation
Übungen für meinen BEM & SASS Workshop
- Host: GitHub
- URL: https://github.com/gregorbiswanger/bem-sass-workshop
- Owner: GregorBiswanger
- Created: 2021-03-23T22:48:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T22:50:41.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T05:21:15.712Z (3 months ago)
- Language: HTML
- Size: 167 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hands-on Workshop: Einführung in BEM für eine bessere CSS-Architektur
Ein wichtiger Aspekt bei der Frontend-Architektur, ist eine saubere Strukturierung von CSS. Dazu hilft uns eine Kombination aus SASS und BEM. Bei BEM handelt es sich um eine Methodik die uns bei der Strukturierung unterstützt.
BEM hat sich bei großen UI-Framework als quasi Standard etabliert. In diesem Workshop lernen wir die Grundlagen von SASS und wie wir BEM für unsere Projekte spezifizieren und optimieren können, anhand einer kleinen Beispiel-Anwendung.## Preperations for the start
The following is required for the project:
- [Node.js](http://www.nodejs.org "www.nodejs.org") (runs on Windows, Mac and Linux)
- [Visual Studio Code](http://code.visualstudio.com "http://code.visualstudio.com") (runs on Windows, Mac and Linux)