diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-16 15:22:46 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-16 15:22:46 +0200 |
| commit | fcbfad33a8e8fdb671d2907b55a8074df9a558e6 (patch) | |
| tree | 5b869de271a9029303f67d7ee2793d9be72fe20c /AGENTS.md | |
| parent | 283c876aff2c1a5477955140df783a70ab76dbd8 (diff) | |
chore(web): add Stylelint CSS checks
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..b06a631 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,7 @@ +# Project Instructions + +## CSS Colors + +- Use OKLCH for all CSS color literals. +- Reuse existing semantic color variables where possible. +- Do not introduce hexadecimal, RGB, HSL, or named color literals. |