[gnome-builder] css-properties.h - Update CSS properties list with missing properties
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] css-properties.h - Update CSS properties list with missing properties
- Date: Sun, 21 Nov 2021 04:44:12 +0000 (UTC)
commit 0cfcb9f5838c11ab859cd976162e00756c234add
Author: Cleo Menezes Jr <produtor junior menezes gmail com>
Date: Sat Nov 20 23:30:52 2021 -0300
css-properties.h - Update CSS properties list with missing properties
src/plugins/html-completion/css-properties.h | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
---
diff --git a/src/plugins/html-completion/css-properties.h b/src/plugins/html-completion/css-properties.h
index 379138058..f875ef8ff 100644
--- a/src/plugins/html-completion/css-properties.h
+++ b/src/plugins/html-completion/css-properties.h
@@ -77,10 +77,15 @@ static const char *css_properties[] = {
"box-decoration-break",
"box-shadow",
"box-sizing",
+ "break-after",
+ "break-before",
+ "break-inside",
"caption-side",
"caret-color",
+ "@charset",
"clear",
"clip",
+ "clip-path",
"color",
"column-count",
"column-fill",
@@ -109,14 +114,18 @@ static const char *css_properties[] = {
"flex-wrap",
"float",
"font",
+ "@font-face",
"font-family",
+ "font-feature-settings",
"font-kerning",
"font-size",
"font-size-adjust",
"font-stretch",
"font-style",
"font-variant",
+ "font-variant-caps",
"font-weight",
+ "gap",
"grid",
"grid-area",
"grid-auto-columns",
@@ -138,8 +147,11 @@ static const char *css_properties[] = {
"hanging-punctuation",
"height",
"hyphens",
+ "image-rendering",
+ "@import",
"isolation",
"justify-content",
+ "@keyframes",
"left",
"letter-spacing",
"line-height",
@@ -152,19 +164,29 @@ static const char *css_properties[] = {
"margin-left",
"margin-right",
"margin-top",
+ "mask-image",
+ "mask-origin",
+ "mask-position",
+ "mask-repeat",
+ "mask-size",
"max-height",
"max-width",
+ "@media",
"min-height",
"min-width",
+ "mix-blend-mode",
"object-fit",
+ "object-position",
"opacity",
"order",
+ "orphans",
"outline",
"outline-color",
"outline-offset",
"outline-style",
"outline-width",
"overflow",
+ "overflow-wrap",
"overflow-x",
"overflow-y",
"padding",
@@ -182,6 +204,8 @@ static const char *css_properties[] = {
"quotes",
"resize",
"right",
+ "row-gap",
+ "scroll-behavior",
"tab-size",
"table-layout",
"text-align",
@@ -209,9 +233,11 @@ static const char *css_properties[] = {
"vertical-align",
"visibility",
"white-space",
+ "widows",
"width",
"word-break",
"word-spacing",
"word-wrap",
+ "writing-mode",
"z-index",
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]