Skip to content

Commit 7723a3a

Browse files
committed
docs: added further aspect
1 parent c63b794 commit 7723a3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ When working with CSS if() functions, always follow the official WCAG specificat
133133
2. **Always** add fixture tests for new CSS functionality
134134
3. **Always** run the full test suite including browser validation
135135
4. **Always** update documentation when changing public APIs
136-
5. **Consider** performance impact on large stylesheets and DOM trees
136+
5. **Always** bear in mind that the developer's main job is to read, not write, code. Therefore, avoid unnecessary complexity, abbreviations and short forms of parameters, for example in CLI usage.
137+
6. **Consider** performance impact on large stylesheets and DOM trees
137138

138139
This project aims to provide a complete, specification-compliant implementation of CSS if() functionality for browsers that don't yet support it natively.

0 commit comments

Comments
 (0)