mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 18:04:27 +08:00
add more common properties/values to code_css (#4213) PineappleRind
* add more CSS words * add more commonly used CSS properties/values * fix trailing comma...
This commit is contained in:
parent
490759f829
commit
36089cc5d0
1 changed files with 41 additions and 2 deletions
|
|
@ -9,25 +9,54 @@
|
|||
"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",
|
||||
"max-width",
|
||||
"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",
|
||||
|
|
@ -35,6 +64,16 @@
|
|||
"background-size",
|
||||
"background-origin",
|
||||
"transform",
|
||||
"@media"
|
||||
"translate",
|
||||
"scale",
|
||||
"rotate",
|
||||
"transition",
|
||||
"animation",
|
||||
"filter",
|
||||
"box-shadow",
|
||||
"text-shadow",
|
||||
"opacity",
|
||||
"@media",
|
||||
"@keyframes"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue