Martin
Martin
Um die Wartbarkeit zu verbessern, wollen wir, dass redundante Styles ausgelagert und wiederverwendet werden. Wir sollten auch dann auslagern, wenn einzelne Komponenten ein paar kleine Abweichungen haben. Sie können ja...
This pull request introduces stylelint configuration and validation across multiple packages in the project. The changes include adding stylelint rules, updating package dependencies, and modifying scripts to include CSS linting....
Die `rem`-Methode ist schon belegt und wir sollten diese umbenennen. Wir haben zudem 2 Implementierungen: ```scss @function rem($size) { @return calc(#{$size}rem / var(--kolibri-root-font-size, 16)); } ``` ```scss @use 'sass:math'; $html-font-size:...
Wir haben hier keinen Access- oder Short-Key - somit sollte dann auch nicht der Abstand gerendert werden. 
Ziel: automatische Aktivierung des horizontalen Scrollen der Tabelle. - `_minWidth` wird abgeschafft - Die Summe der Spaltenbreiten ergibt intern `_minWidth` - V2: - `_minWidth` wird deprecated - `_minWidth` wird nur...
This pull request introduces Stylelint integration across various packages in the project to enforce CSS and SCSS code quality standards. It also removes the `ts-prune` dependency and related scripts from...
The A11y and PO reviews will only take place after all other DoD steps have been completed by the Developer: - [x] Meaningful pull request title for the release notes...