mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
* [ACS-11173] Inital set of code review rules for Copilot * [ACS-11173] Add missing rules
644 B
644 B
applyTo
| applyTo |
|---|
| **/*.scss |
SCSS Development Standards
- Avoid using
!importantto override styles unless absolutely necessary; instead, increase specificity or refactor the code structure. - Avoid using Angular Material internal class; prefer using Angular Material Design 3 theming and tokens.
- Use variables for colors, fonts, and other design tokens to maintain consistency across the project.
- Use mixins for reusable styles and to avoid code duplication.
- Ensure that styles are responsive and work well across different screen sizes and devices.
- Use CSS Grid and Flexbox for layout to create flexible and responsive designs.