1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 12:35:31 -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

@@ -20,8 +20,8 @@ main#video {
line-height: 1.5;
margin: 1.25em 1em 0 1em;
@include themed() {
color: t(medium-light);
@include colors() {
color: c(medium-light);
}
a {