Skip to content

Commit 0e059fa

Browse files
committed
replace key type with kbd
key tag is no longer used since 12e0035
1 parent 80a0a77 commit 0e059fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/static/funbox/crt.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ body.crtmode #caret {
101101
}
102102

103103
body.crtmode #paceCaret,
104-
body.crtmode key, /* cannot find what the key selector refers to */
104+
body.crtmode kbd,
105105
body.crtmode #bannerCenter .banner {
106106
box-shadow:
107107
3px 0 1px var(--crt-sub-color-glow),

stylelint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
], // source for lightningCss and the rest for tailwind //default: true
2020
"selector-type-no-unknown": [
2121
true,
22-
{ ignore: ["custom-elements"], ignoreTypes: ["letter", "hint", "key"] },
22+
{ ignore: ["custom-elements"], ignoreTypes: ["letter", "hint"] },
2323
], // default: [true, {ignore: ['custom-elements'],},]
2424

2525
"length-zero-no-unit": null, // default: [true, {ignore: ['custom-properties'], ignorePreludeOfAtRules: ['function', 'mixin'],},]

0 commit comments

Comments
 (0)