adding monkeytype
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled

This commit is contained in:
Benjamin Falch
2026-04-23 13:53:44 +02:00
parent e214a2fd35
commit 2bc741fb78
1930 changed files with 7590652 additions and 0 deletions

View File

@@ -0,0 +1,78 @@
{
"name": "code_css",
"noLazyMode": true,
"words": [
"background-color",
"color",
"center",
"font",
"font-size",
"font-family",
"font-weight",
"text-align",
"text-decoration",
"cursor",
"float",
"align",
"width",
"height",
"max-width",
"max-height",
"padding",
"margin",
"margin-left",
"margin-top",
"margin-right",
"margin-bottom",
"solid",
"border",
"border-radius",
"outline",
"display",
"visibility",
"inline",
"inline-block",
"block",
"auto",
"flex",
"flex-wrap",
"flex-direction",
"justify-content",
"justify-self",
"justify-items",
"align-items",
"align-self",
"grid",
"grid-template-columns",
"grid-template-rows",
"position",
"static",
"absolute",
"fixed",
"relative",
"srcset",
"z-index",
"left",
"top",
"right",
"bottom",
"overflow",
"border-image",
"background-image",
"background-clip",
"background-size",
"background-origin",
"transform",
"translate",
"scale",
"rotate",
"transition",
"animation",
"filter",
"box-shadow",
"text-shadow",
"opacity",
"@media",
"@keyframes"
]
}