1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 19:15:48 -04:00

clean up styles & extend old browser support via autoprefixer/eslint 🧓🏻

and stop encoding emojis like a caveman
This commit is contained in:
2020-07-04 19:29:18 -04:00
parent e10c3a10f7
commit 426e7d91f1
27 changed files with 631 additions and 199 deletions

View File

@@ -11,8 +11,8 @@ main#single {
letter-spacing: 0.04em;
margin-top: 0.8em;
@include themed() {
color: t(medium);
@include colors() {
color: c(medium);
}
a {