1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 00:01:20 -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

@@ -32,8 +32,8 @@ main#list {
width: 5.25em;
flex-shrink: 0;
@include themed() {
color: t(medium);
@include colors() {
color: c(medium);
}
}