1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 15:05:32 -04:00

add stylelint

This commit is contained in:
2025-03-12 09:44:06 -04:00
parent 8e89701453
commit 5b2caf4a96
21 changed files with 748 additions and 155 deletions

View File

@@ -58,6 +58,7 @@
.result.success {
color: var(--colors-success);
}
.result.error {
color: var(--colors-error);
}