mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-22 19:31:17 -04:00
fix some stylelint'ing
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
animation: loading 1.5s infinite ease-in-out both;
|
animation: loading 1.5s infinite ease-in-out both;
|
||||||
|
|
||||||
|
// stylelint-disable rule-empty-line-before
|
||||||
&:nth-child(1) {
|
&:nth-child(1) {
|
||||||
animation-delay: -0.32s;
|
animation-delay: -0.32s;
|
||||||
}
|
}
|
||||||
@@ -33,12 +34,14 @@
|
|||||||
&:nth-child(3) {
|
&:nth-child(3) {
|
||||||
animation-delay: 0s;
|
animation-delay: 0s;
|
||||||
}
|
}
|
||||||
|
// stylelint-enable rule-empty-line-before
|
||||||
|
|
||||||
@include themes.themed(background-color, "medium-light");
|
@include themes.themed(background-color, "medium-light");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes wave {
|
@keyframes wave {
|
||||||
|
// stylelint-disable rule-empty-line-before
|
||||||
0% {
|
0% {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
@@ -64,9 +67,11 @@
|
|||||||
100% {
|
100% {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
// stylelint-enable rule-empty-line-before
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes beat {
|
@keyframes beat {
|
||||||
|
// stylelint-disable rule-empty-line-before
|
||||||
0% {
|
0% {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
@@ -86,9 +91,11 @@
|
|||||||
100% {
|
100% {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
|
// stylelint-enable rule-empty-line-before
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes loading {
|
@keyframes loading {
|
||||||
|
// stylelint-disable rule-empty-line-before
|
||||||
0%,
|
0%,
|
||||||
80%,
|
80%,
|
||||||
100% {
|
100% {
|
||||||
@@ -97,6 +104,7 @@
|
|||||||
40% {
|
40% {
|
||||||
transform: scale(0.6);
|
transform: scale(0.6);
|
||||||
}
|
}
|
||||||
|
// stylelint-enable rule-empty-line-before
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://web.dev/prefers-reduced-motion/#(bonus)-forcing-reduced-motion-on-all-websites
|
// https://web.dev/prefers-reduced-motion/#(bonus)-forcing-reduced-motion-on-all-websites
|
||||||
|
@@ -105,6 +105,6 @@ div#content {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Responsive
|
// Responsive
|
||||||
|
// stylelint-disable-next-line block-no-empty
|
||||||
@mixin responsive() {
|
@mixin responsive() {
|
||||||
// stylelint-disable-block block-no-empty
|
|
||||||
}
|
}
|
||||||
|
@@ -22,6 +22,8 @@ code {
|
|||||||
margin: 0 0.075em !important;
|
margin: 0 0.075em !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// same as above but different font weight for big titles
|
||||||
h1.title code {
|
h1.title code {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
@@ -80,6 +82,7 @@ div.highlight-clipboard-enabled {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
// columns
|
// columns
|
||||||
.lntd {
|
.lntd {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
@@ -92,16 +95,19 @@ div.highlight-clipboard-enabled {
|
|||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// line numbers
|
// line numbers
|
||||||
.ln,
|
.ln,
|
||||||
.lnt {
|
.lnt {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh,
|
.gh,
|
||||||
.gi,
|
.gi,
|
||||||
.gu {
|
.gu {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kd,
|
.kd,
|
||||||
//.nb,
|
//.nb,
|
||||||
//.nl,
|
//.nl,
|
||||||
@@ -112,6 +118,7 @@ div.highlight-clipboard-enabled {
|
|||||||
.ge {
|
.ge {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gl {
|
.gl {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
@@ -144,6 +151,7 @@ body.light {
|
|||||||
.no {
|
.no {
|
||||||
color: #029cb9;
|
color: #029cb9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.na,
|
.na,
|
||||||
.nc,
|
.nc,
|
||||||
.nd,
|
.nd,
|
||||||
@@ -152,12 +160,14 @@ body.light {
|
|||||||
.nx {
|
.nx {
|
||||||
color: #70a800;
|
color: #70a800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nt,
|
.nt,
|
||||||
.o,
|
.o,
|
||||||
.ow,
|
.ow,
|
||||||
.kn {
|
.kn {
|
||||||
color: #f92672;
|
color: #f92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.l,
|
.l,
|
||||||
.se,
|
.se,
|
||||||
.m,
|
.m,
|
||||||
@@ -169,6 +179,7 @@ body.light {
|
|||||||
.mo {
|
.mo {
|
||||||
color: #ae81ff;
|
color: #ae81ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ld,
|
.ld,
|
||||||
.s,
|
.s,
|
||||||
.sa,
|
.sa,
|
||||||
@@ -185,6 +196,7 @@ body.light {
|
|||||||
.ss {
|
.ss {
|
||||||
color: #d88200;
|
color: #d88200;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c,
|
.c,
|
||||||
.ch,
|
.ch,
|
||||||
.cm,
|
.cm,
|
||||||
@@ -194,6 +206,7 @@ body.light {
|
|||||||
.cpf {
|
.cpf {
|
||||||
color: #75715e;
|
color: #75715e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lnt {
|
.lnt {
|
||||||
color: #8a8a8a;
|
color: #8a8a8a;
|
||||||
}
|
}
|
||||||
@@ -227,6 +240,7 @@ body.dark {
|
|||||||
.no {
|
.no {
|
||||||
color: #3b9dd2;
|
color: #3b9dd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.na,
|
.na,
|
||||||
.nc,
|
.nc,
|
||||||
.nd,
|
.nd,
|
||||||
@@ -235,12 +249,14 @@ body.dark {
|
|||||||
.nx {
|
.nx {
|
||||||
color: #78df55;
|
color: #78df55;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nt,
|
.nt,
|
||||||
.o,
|
.o,
|
||||||
.ow,
|
.ow,
|
||||||
.kn {
|
.kn {
|
||||||
color: #f95757;
|
color: #f95757;
|
||||||
}
|
}
|
||||||
|
|
||||||
.l,
|
.l,
|
||||||
.se,
|
.se,
|
||||||
.m,
|
.m,
|
||||||
@@ -252,6 +268,7 @@ body.dark {
|
|||||||
.mo {
|
.mo {
|
||||||
color: #d588fb;
|
color: #d588fb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ld,
|
.ld,
|
||||||
.s,
|
.s,
|
||||||
.sa,
|
.sa,
|
||||||
@@ -268,6 +285,7 @@ body.dark {
|
|||||||
.ss {
|
.ss {
|
||||||
color: #fd992a;
|
color: #fd992a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c,
|
.c,
|
||||||
.ch,
|
.ch,
|
||||||
.cm,
|
.cm,
|
||||||
@@ -277,6 +295,7 @@ body.dark {
|
|||||||
.cpf {
|
.cpf {
|
||||||
color: #929292;
|
color: #929292;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lnt {
|
.lnt {
|
||||||
color: #b1b1b1;
|
color: #b1b1b1;
|
||||||
}
|
}
|
||||||
|
@@ -21,6 +21,6 @@ div.layout-404 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Responsive
|
// Responsive
|
||||||
|
// stylelint-disable-next-line block-no-empty
|
||||||
@mixin responsive() {
|
@mixin responsive() {
|
||||||
// stylelint-disable-block block-no-empty
|
|
||||||
}
|
}
|
||||||
|
29
yarn.lock
29
yarn.lock
@@ -996,10 +996,10 @@
|
|||||||
"@octokit/types" "^6.0.3"
|
"@octokit/types" "^6.0.3"
|
||||||
universal-user-agent "^6.0.0"
|
universal-user-agent "^6.0.0"
|
||||||
|
|
||||||
"@octokit/openapi-types@^11.1.0":
|
"@octokit/openapi-types@^11.2.0":
|
||||||
version "11.1.0"
|
version "11.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.1.0.tgz#3c0d2d844b876314ad49d7f3d03eed4953038272"
|
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6"
|
||||||
integrity sha512-dWZfYvCCdjZzDYA3lIAMF72Q0jld8xidqCq5Ryw09eBJXZdcM6he0vWBTvw/b5UnGYqexxOyHWgfrsTlUJL3Gw==
|
integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==
|
||||||
|
|
||||||
"@octokit/request-error@^2.1.0":
|
"@octokit/request-error@^2.1.0":
|
||||||
version "2.1.0"
|
version "2.1.0"
|
||||||
@@ -1023,11 +1023,11 @@
|
|||||||
universal-user-agent "^6.0.0"
|
universal-user-agent "^6.0.0"
|
||||||
|
|
||||||
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1":
|
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1":
|
||||||
version "6.33.0"
|
version "6.34.0"
|
||||||
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.33.0.tgz#7e5e664d65e88b74b6de76f328b80a344bef3f86"
|
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.34.0.tgz#c6021333334d1ecfb5d370a8798162ddf1ae8218"
|
||||||
integrity sha512-0zffZ048M0UhthyPXQHLz4038Ak46nMWZXkzlXvXB/M/L1jYPBceq4iZj4qjKVrvveaJrrgKdJ9+3yUuITfcCw==
|
integrity sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/openapi-types" "^11.1.0"
|
"@octokit/openapi-types" "^11.2.0"
|
||||||
|
|
||||||
"@sentry/core@6.13.3":
|
"@sentry/core@6.13.3":
|
||||||
version "6.13.3"
|
version "6.13.3"
|
||||||
@@ -2918,9 +2918,9 @@ css-tree@^1.1.2, css-tree@^1.1.3:
|
|||||||
source-map "^0.6.1"
|
source-map "^0.6.1"
|
||||||
|
|
||||||
css-what@^5.0.0:
|
css-what@^5.0.0:
|
||||||
version "5.0.1"
|
version "5.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad"
|
resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe"
|
||||||
integrity sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==
|
integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==
|
||||||
|
|
||||||
cssesc@^3.0.0:
|
cssesc@^3.0.0:
|
||||||
version "3.0.0"
|
version "3.0.0"
|
||||||
@@ -3653,11 +3653,12 @@ eslint-import-resolver-node@^0.3.6:
|
|||||||
resolve "^1.20.0"
|
resolve "^1.20.0"
|
||||||
|
|
||||||
eslint-module-utils@^2.6.2:
|
eslint-module-utils@^2.6.2:
|
||||||
version "2.6.2"
|
version "2.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
|
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.0.tgz#9e97c12688113401259b39d960e6a1f09f966435"
|
||||||
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
|
integrity sha512-hqSE88MmHl3ru9SYvDyGrlo0JwROlf9fiEMplEV7j/EAuq9iSlIlyCFbBT6pdULQBSnBYtYKiMLps+hKkyP7Gg==
|
||||||
dependencies:
|
dependencies:
|
||||||
debug "^3.2.7"
|
debug "^3.2.7"
|
||||||
|
find-up "^2.1.0"
|
||||||
pkg-dir "^2.0.0"
|
pkg-dir "^2.0.0"
|
||||||
|
|
||||||
eslint-plugin-compat@~3.13.0:
|
eslint-plugin-compat@~3.13.0:
|
||||||
|
Reference in New Issue
Block a user