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:
pr 2023-04-24 08:16:17 -04:00 committed by GitHub
parent 490759f829
commit 36089cc5d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
]
}