1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 14:46:37 -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

@ -35,11 +35,13 @@
white-space: nowrap;
margin-right: 0.75em;
}
.meta .metaTag:before {
.meta .metaTag::before {
content: "\0023"; /* cosmetically hashtagify tags */
padding-right: 0.125em;
color: var(--colors-light);
}
.meta .metaTag:last-of-type {
margin-right: 0;
}

View File

@ -7,6 +7,7 @@
.section:first-of-type {
margin-top: 0.25em;
}
.section:last-of-type {
margin-bottom: 0.25em;
}