derya
Version:
Multi-Parser & Code-Generator, developed with TypeScript on node.js.
2,030 lines (2,029 loc) • 60.4 kB
JSON
{
"properties":[
{
"name":"align-content",
"values":[
"stretch",
"center",
"flex-start",
"flex-end",
"space-between",
"space-around",
"space-evenly",
"initial",
"inherit"
]
},
{
"name":"align-items",
"values":[
"stretch",
"center",
"flex-start",
"flex-end",
"baseline",
"initial",
"inherit"
]
},
{
"name":"align-self",
"values":[
"auto",
"stretch",
"center",
"flex-start",
"flex-end",
"baseline",
"initial",
"inherit"
]
},
{
"name":"all",
"values":[
"initial",
"inherit",
"unset"
]
},
{
"name":"animation",
"values":[
"#animation-name",
"#animation-duration",
"#animation-timing-function",
"#animation-delay",
"#animation-iteration-count",
"#animation-direction",
"#animation-fill-mode",
"#animation-play-state",
"initial",
"inherit"
]
},
{
"name":"animation-delay",
"values":[
"#time",
"initial",
"inherit"
]
},
{
"name":"animation-direction",
"values":[
"normal",
"reverse",
"alternate",
"alternate-reverse",
"initial",
"inherit"
]
},
{
"name":"animation-duration",
"values":[
"#time",
"initial",
"inherit"
]
},
{
"name":"animation-fill-mode",
"values":[
"none",
"forwards",
"backwards",
"both",
"initial",
"inherit"
]
},
{
"name":"animation-iteration-count",
"values":[
"#number",
"infinite",
"initial",
"inherit"
]
},
{
"name":"animation-name",
"values":[
"#keyframename",
"none",
"initial",
"inherit"
]
},
{
"name":"animation-play-state",
"values":[
"paused",
"running",
"initial",
"inherit"
]
},
{
"name":"animation-timing-function",
"values":[
"linear",
"ease",
"ease-in",
"ease-out",
"ease-in-out",
"step-start",
"step-end",
"steps(int,start|end)",
"#cubic-bezier(n,n,n,n)",
"initial",
"inherit"
]
},
{
"name":"backface-visibility",
"values":[
"visible",
"hidden",
"initial",
"inherit"
]
},
{
"name":"background",
"values":[
"#background-color",
"#background-image",
"#background-position",
"#background-size",
"#background-repeat",
"#background-origin",
"#background-clip",
"#background-attachment",
"initial",
"inherit"
]
},
{
"name":"background-attachment",
"values":[
"scroll",
"fixed",
"local",
"initial",
"inherit"
]
},
{
"name":"background-blend-mode",
"values":[
"normal",
"multiply",
"screen",
"overlay",
"darken",
"lighten",
"color-dodge",
"saturation",
"color",
"luminosity"
]
},
{
"name":"background-clip",
"values":[
"border-box",
"padding-box",
"content-box",
"initial",
"inherit"
]
},
{
"name":"background-color",
"values":[
"#color",
"transparent",
"initial",
"inherit"
]
},
{
"name":"background-image",
"values":[
"#url('url')",
"none",
"#conic-gradient()",
"#linear-gradient()",
"#radial-gradient()",
"#repeating-conic-gradient()",
"#repeating-linear-gradient()",
"#repeating-radial-gradient()",
"initial",
"inherit"
]
},
{
"name":"background-origin",
"values":[
"padding-box",
"border-box",
"content-box",
"initial",
"inherit"
]
},
{
"name":"background-position",
"values":[
"left top",
"left center",
"left bottom",
"right top",
"right center",
"right bottom",
"center top",
"center center",
"center bottom",
"#x% y%",
"#xpos ypos",
"initial",
"inherit"
]
},
{
"name":"background-repeat",
"values":[
"repeat",
"repeat-x",
"repeat-y",
"no-repeat",
"space",
"round",
"initial",
"inherit"
]
},
{
"name":"background-size",
"values":[
"auto",
"#length",
"#percentage",
"cover",
"contain",
"initial",
"inherit"
]
},
{
"name":"border",
"values":[
"#border-width",
"#border-style",
"#border-color",
"initial",
"inherit"
]
},
{
"name":"border-bottom",
"values":[
"#border-bottom-width",
"#border-bottom-style",
"#border-bottom-color",
"initial",
"inherit"
]
},
{
"name":"border-bottom-color",
"values":[
"#color",
"transparent",
"initial",
"inherit"
]
},
{
"name":"border-bottom-left-radius",
"values":[
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"border-bottom-right-radius",
"values":[
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"border-bottom-style",
"values":[
"none",
"hidden",
"dotted",
"dashed",
"solid",
"double",
"groove",
"ridge",
"inset",
"outset",
"initial",
"inherit"
]
},
{
"name":"border-bottom-width",
"values":[
"medium",
"thin",
"thick",
"#length",
"initial",
"inherit"
]
},
{
"name":"border-collapse",
"values":[
"separate",
"collapse",
"initial",
"inherit"
]
},
{
"name":"border-color",
"values":[
"#color",
"transparent",
"initial",
"inherit"
]
},
{
"name":"border-image",
"values":[
"#border-image-source",
"#border-image-slice",
"#border-image-width",
"#border-image-outset",
"#border-image-repeat",
"initial",
"inherit"
]
},
{
"name":"border-image-outset",
"values":[
"#length",
"#number",
"initial",
"inherit"
]
},
{
"name":"border-image-repeat",
"values":[
"stretch",
"repeat",
"round",
"space",
"initial",
"inherit"
]
},
{
"name":"border-image-slice",
"values":[
"#number",
"#%",
"fill",
"initial",
"inherit"
]
},
{
"name":"border-image-source",
"values":[
"none",
"#image",
"initial",
"inherit"
]
},
{
"name":"border-image-width",
"values":[
"#length",
"#number",
"#%",
"auto",
"initial",
"inherit"
]
},
{
"name":"border-left",
"values":[
"#border-left-width",
"#border-left-style",
"#border-left-color",
"initial",
"inherit"
]
},
{
"name":"border-left-color",
"values":[
"#color",
"transparent",
"initial",
"inherit"
]
},
{
"name":"border-left-style",
"values":[
"none",
"hidden",
"dotted",
"dashed",
"solid",
"double",
"groove",
"ridge",
"inset",
"outset",
"initial",
"inherit"
]
},
{
"name":"border-left-width",
"values":[
"medium",
"thin",
"thick",
"#length",
"initial",
"inherit"
]
},
{
"name":"border-radius",
"values":[
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"border-right",
"values":[
"#border-right-width",
"#border-right-style",
"#border-right-color",
"initial",
"inherit"
]
},
{
"name":"border-right-color",
"values":[
"#color",
"transparent",
"initial",
"inherit"
]
},
{
"name":"border-right-style",
"values":[
"none",
"hidden",
"dotted",
"dashed",
"solid",
"double",
"groove",
"ridge",
"inset",
"outset",
"initial",
"inherit"
]
},
{
"name":"border-right-width",
"values":[
"medium",
"thin",
"thick",
"#length",
"initial",
"inherit"
]
},
{
"name":"border-spacing",
"values":[
"#length length",
"initial",
"inherit"
]
},
{
"name":"border-style",
"values":[
"none",
"hidden",
"dotted",
"dashed",
"solid",
"double",
"groove",
"ridge",
"inset",
"outset",
"initial",
"inherit"
]
},
{
"name":"border-top",
"values":[
"#border-top-width",
"#border-top-style",
"#border-top-color",
"initial",
"inherit"
]
},
{
"name":"border-top-color",
"values":[
"#color",
"transparent",
"initial",
"inherit"
]
},
{
"name":"border-top-left-radius",
"values":[
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"border-top-right-radius",
"values":[
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"border-top-style",
"values":[
"none",
"hidden",
"dotted",
"dashed",
"solid",
"double",
"groove",
"ridge",
"inset",
"outset",
"initial",
"inherit"
]
},
{
"name":"border-top-width",
"values":[
"medium",
"thin",
"thick",
"#length",
"initial",
"inherit"
]
},
{
"name":"border-width",
"values":[
"medium",
"thin",
"thick",
"#length",
"initial",
"inherit"
]
},
{
"name":"bottom",
"values":[
"auto",
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"box-decoration-break",
"values":[
"slice",
"clone",
"initial",
"inherit"
]
},
{
"name":"box-shadow",
"values":[
"none",
"#h-offset",
"#v-offset",
"#blur",
"#spread",
"#color",
"inset",
"initial",
"inherit"
]
},
{
"name":"box-sizing",
"values":[
"content-box",
"border-box",
"initial",
"inherit"
]
},
{
"name":"break-after",
"values":[
"auto",
"all",
"always",
"avoid",
"avoid-column",
"avoid-page",
"avoid-region",
"column",
"left",
"page",
"recto",
"region",
"right",
"verso",
"initial",
"inherit"
]
},
{
"name":"break-before",
"values":[
"auto",
"all",
"always",
"avoid",
"avoid-column",
"avoid-page",
"avoid-region",
"column",
"left",
"page",
"recto",
"region",
"right",
"verso",
"initial",
"inherit"
]
},
{
"name":"break-inside",
"values":[
"auto",
"avoid",
"avoid-column",
"avoid-page",
"avoid-region",
"initial",
"inherit"
]
},
{
"name":"caption-side",
"values":[
"top",
"bottom",
"initial",
"inherit"
]
},
{
"name":"caret-color",
"values":[
"auto",
"#color",
"initial",
"inherit"
]
},
{
"name":"@charset",
"values":[
"#charset"
]
},
{
"name":"clear",
"values":[
"none",
"left",
"right",
"both",
"initial",
"inherit"
]
},
{
"name":"clip",
"values":[
"auto",
"#shape",
"initial",
"inherit"
]
},
{
"name":"color",
"values":[
"#color",
"initial",
"inherit"
]
},
{
"name":"column-count",
"values":[
"#number",
"auto",
"initial",
"inherit"
]
},
{
"name":"column-fill",
"values":[
"balance",
"auto",
"initial",
"inherit"
]
},
{
"name":"column-gap",
"values":[
"#length",
"normal",
"initial",
"inherit"
]
},
{
"name":"column-rule",
"values":[
"#column-rule-width",
"#column-rule-style",
"#column-rule-color",
"initial",
"inherit"
]
},
{
"name":"column-rule-color",
"values":[
"#color",
"initial",
"inherit"
]
},
{
"name":"column-rule-style",
"values":[
"none",
"hidden",
"dotted",
"dashed",
"solid",
"double",
"groove",
"ridge",
"inset",
"outset",
"initial",
"inherit"
]
},
{
"name":"column-rule-width",
"values":[
"medium",
"thin",
"thick",
"#length",
"initial",
"inherit"
]
},
{
"name":"column-span",
"values":[
"none",
"all",
"initial",
"inherit"
]
},
{
"name":"column-width",
"values":[
"auto",
"#length",
"initial",
"inherit"
]
},
{
"name":"columns",
"values":[
"auto",
"#column-width",
"#column-count",
"initial",
"inherit"
]
},
{
"name":"content",
"values":[
"normal",
"none",
"counter",
"#attr(attribute)",
"#string",
"open-quote",
"close-quote",
"no-open-quote",
"no-close-quote",
"#url(url)",
"initial",
"inherit"
]
},
{
"name":"counter-increment",
"values":[
"none",
"#id number",
"initial",
"inherit"
]
},
{
"name":"counter-reset",
"values":[
"none",
"#id number",
"initial",
"inherit"
]
},
{
"name":"cursor",
"values":[
"alias",
"all-scroll",
"auto",
"cell",
"context-menu",
"col-resize",
"copy",
"crosshair",
"default",
"e-resize",
"ew-resize",
"grab",
"grabbing",
"help",
"move",
"n-resize",
"ne-resize",
"nesw-resize",
"ns-resize",
"nw-resize",
"nwse-resize",
"no-drop",
"none",
"not-allowed",
"pointer",
"progress",
"row-resize",
"s-resize",
"se-resize",
"sw-resize",
"text",
"#url",
"vertical-text",
"w-resize",
"wait",
"zoom-in",
"zoom-out",
"initial",
"inherit"
]
},
{
"name":"direction",
"values":[
"ltr",
"rtl",
"initial",
"inherit"
]
},
{
"name":"display",
"values":[
"inline",
"block",
"contents",
"flex",
"grid",
"inline-block",
"inline-flex",
"inline-grid",
"inline-table",
"list-item",
"run-in",
"table",
"table-caption",
"table-column-group",
"table-header-group",
"table-footer-group",
"table-row-group",
"table-cell",
"table-column",
"table-row",
"none",
"initial",
"inherit"
]
},
{
"name":"empty-cells",
"values":[
"show",
"hide",
"initial",
"inherit"
]
},
{
"name":"filter",
"values":[]
},
{
"name":"flex",
"values":[
"#flex-grow",
"#flex-shrink",
"#flex-basis",
"auto",
"initial",
"none",
"inherit"
]
},
{
"name":"flex-basis",
"values":[
"#number",
"auto",
"initial",
"inherit"
]
},
{
"name":"flex-direction",
"values":[
"row",
"row-reverse",
"column",
"column-reverse",
"initial",
"inherit"
]
},
{
"name":"flex-flow",
"values":[
"#flex-direction",
"#flex-wrap",
"initial",
"inherit"
]
},
{
"name":"flex-grow",
"values":[
"#number",
"initial",
"inherit"
]
},
{
"name":"flex-shrink",
"values":[
"#number",
"initial",
"inherit"
]
},
{
"name":"flex-wrap",
"values":[
"nowrap",
"wrap",
"wrap-reverse",
"initial",
"inherit"
]
},
{
"name":"float",
"values":[
"none",
"left",
"right",
"initial",
"inherit"
]
},
{
"name":"font",
"values":[
"#font-style",
"#font-variant",
"#font-weight",
"#font-size/line-height",
"#font-family",
"caption",
"icon",
"menu",
"message-box",
"small-caption",
"status-bar",
"initial",
"inherit"
]
},
{
"name":"@font-face",
"values":[]
},
{
"name":"font-family",
"values":[
"#family-name",
"#generic-family",
"initial",
"inherit"
]
},
{
"name":"font-feature-settings",
"values":[
"normal",
"#feature-value"
]
},
{
"name":"font-kerning",
"values":[
"auto",
"normal",
"none"
]
},
{
"name":"font-size",
"values":[
"medium",
"xx-small",
"x-small",
"small",
"large",
"x-large",
"xx-large",
"smaller",
"larger",
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"font-size-adjust",
"values":[
"#number",
"none",
"initial",
"inherit"
]
},
{
"name":"font-stretch",
"values":[
"ultra-condensed",
"extra-condensed",
"condensed",
"semi-condensed",
"normal",
"semi-expanded",
"expanded",
"extra-expanded",
"ultra-expanded",
"initial",
"inherit"
]
},
{
"name":"font-style",
"values":[
"normal",
"italic",
"oblique",
"initial",
"inherit"
]
},
{
"name":"font-variant",
"values":[
"normal",
"small-caps",
"initial",
"inherit"
]
},
{
"name":"font-variant-caps",
"values":[
"normal",
"small-caps",
"all-small-caps",
"petite-caps",
"all-petite-caps",
"unicase",
"titling-caps",
"initial",
"inherit",
"unset"
]
},
{
"name":"font-weight",
"values":[
"normal",
"bold",
"bolder",
"lighter",
"100",
"200",
"300",
"400",
"500",
"600",
"700",
"800",
"900",
"initial",
"inherit"
]
},
{
"name":"gap",
"values":[
"#row-gap",
"#column-gap"
]
},
{
"name":"grid",
"values":[
"none",
"#grid-template-rows / grid-template-columns",
"#grid-template-areas",
"#grid-template-rows / grid-auto-columns",
"#grid-auto-rows / grid-template-columns",
"#grid-template-rows / grid-auto-flow grid-auto-columns",
"#grid-auto-flow grid-auto-rows / grid-template-columns",
"initial",
"inherit"
]
},
{
"name":"grid-area",
"values":[
"#grid-row-start",
"#grid-column-start",
"#grid-row-end",
"#grid-column-end",
"#itemname"
]
},
{
"name":"grid-auto-columns",
"values":[
"auto",
"fit-content()",
"max-content",
"min-content",
"minmax(min.max)",
"#length",
"%"
]
},
{
"name":"grid-auto-flow",
"values":[
"row",
"column",
"dense",
"row dense",
"column dense"
]
},
{
"name":"grid-auto-rows",
"values":[
"auto",
"max-content",
"min-content",
"#length"
]
},
{
"name":"grid-column",
"values":[
"#grid-column-start",
"#grid-column-end"
]
},
{
"name":"grid-column-end",
"values":[
"auto",
"#span n",
"#column-line"
]
},
{
"name":"grid-column-gap",
"values":[
"#length"
]
},
{
"name":"grid-column-start",
"values":[
"auto",
"#span n",
"#column-line"
]
},
{
"name":"grid-gap",
"values":[
"#grid-row-gap",
"#grid-column-gap"
]
},
{
"name":"grid-row",
"values":[
"#grid-row-start",
"#grid-row-end"
]
},
{
"name":"grid-row-end",
"values":[
"auto",
"#span n",
"#column-line"
]
},
{
"name":"grid-row-gap",
"values":[
"#length"
]
},
{
"name":"grid-row-start",
"values":[
"auto",
"#row-line"
]
},
{
"name":"grid-template",
"values":[
"none",
"#grid-template rows / grid-template-columns",
"#grid-template-areas",
"initial",
"inherit"
]
},
{
"name":"grid-template-areas",
"values":[
"none",
"#itemnames"
]
},
{
"name":"grid-template-columns",
"values":[
"none",
"auto",
"max-content",
"min-content",
"#length",
"initial",
"inherit"
]
},
{
"name":"grid-template-rows",
"values":[
"none",
"auto",
"max-content",
"min-content",
"#length"
]
},
{
"name":"hanging-punctuation",
"values":[
"none",
"first",
"last",
"allow-end",
"force-end",
"initial",
"inherit"
]
},
{
"name":"height",
"values":[
"auto",
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"hyphens",
"values":[
"none",
"manual",
"auto",
"initial",
"inherit"
]
},
{
"name":"image-rendering",
"values":[
"auto",
"smooth",
"high-quality",
"crisp-edges",
"pixelated",
"initial",
"inherit"
]
},
{
"name":"@import",
"values":[
"#url|string",
"#list-of-mediaqueries"
]
},
{
"name":"isolation",
"values":[
"auto",
"isolate",
"initial",
"inherit"
]
},
{
"name":"justify-content",
"values":[
"flex-start",
"flex-end",
"center",
"space-between",
"space-around",
"space-evenly",
"initial",
"inherit"
]
},
{
"name":"@keyframes",
"values":[
"#animationname",
"#keyframes-selector",
"#css-styles"
]
},
{
"name":"left",
"values":[
"auto",
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"letter-spacing",
"values":[
"normal",
"#length",
"initial",
"inherit"
]
},
{
"name":"line-height",
"values":[
"normal",
"#number",
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"list-style",
"values":[
"#list-style-type",
"#list-style-position",
"#list-style-image",
"initial",
"inherit"
]
},
{
"name":"list-style-image",
"values":[
"none",
"url",
"initial",
"inherit"
]
},
{
"name":"list-style-position",
"values":[
"inside",
"outside",
"initial",
"inherit"
]
},
{
"name":"list-style-type",
"values":[
"disc",
"armenian",
"circle",
"cjk-ideographic",
"decimal",
"decimal-leading-zero",
"georgian",
"hebrew",
"hiragana",
"hiragana-iroha",
"katakana",
"katakana-iroha",
"lower-alpha",
"lower-greek",
"lower-latin",
"lower-roman",
"none",
"square",
"upper-alpha",
"upper-greek",
"upper-latin",
"upper-roman",
"initial",
"inherit"
]
},
{
"name":"margin",
"values":[
"#length",
"#%",
"auto",
"initial",
"inherit"
]
},
{
"name":"margin-bottom",
"values":[
"#length",
"#%",
"auto",
"initial",
"inherit"
]
},
{
"name":"margin-left",
"values":[
"#length",
"#%",
"auto",
"initial",
"inherit"
]
},
{
"name":"margin-right",
"values":[
"#length",
"#%",
"auto",
"initial",
"inherit"
]
},
{
"name":"margin-top",
"values":[
"#length",
"#%",
"auto",
"initial",
"inherit"
]
},
{
"name":"mask-image",
"values":[
"none",
"#image",
"#url",
"initial",
"inherit"
]
},
{
"name":"mask-origin",
"values":[
"border-box",
"content-box",
"padding-box",
"margin-box",
"fill-box",
"stroke-box",
"view-box",
"initial",
"inherit"
]
},
{
"name":"mask-position",
"values":[
"left top",
"left center",
"left bottom",
"right top",
"right center",
"right bottom",
"center top",
"center center",
"center bottom",
"#x% y%",
"#xpos ypos",
"initial",
"inherit"
]
},
{
"name":"mask-repeat",
"values":[
"repeat",
"repeat-x",
"repeat-y",
"space",
"round",
"no-repeat",
"initial",
"inherit"
]
},
{
"name":"mask-size",
"values":[
"auto",
"#size",
"contain",
"cover",
"initial",
"inherit"
]
},
{
"name":"max-height",
"values":[
"none",
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"max-width",
"values":[
"none",
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"@media",
"values":[]
},
{
"name":"min-height",
"values":[
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"min-width",
"values":[
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"mix-blend-mode",
"values":[
"normal",
"multiply",
"screen",
"overlay",
"darken",
"lighten",
"color-dodge",
"color-burn",
"difference",
"exclusion",
"hue",
"saturation",
"color",
"luminosity"
]
},
{
"name":"object-fit",
"values":[
"fill",
"contain",
"cover",
"none",
"scale-down",
"initial",
"inherit"
]
},
{
"name":"object-position",
"values":[
"#position",
"initial",
"inherit"
]
},
{
"name":"opacity",
"values":[
"#number",
"initial",
"inherit"
]
},
{
"name":"order",
"values":[
"#number",
"initial",
"inherit"
]
},
{
"name":"orphans",
"values":[
"#integer",
"initial",
"inherit"
]
},
{
"name":"outline",
"values":[
"#outline-width",
"#outline-style",
"#outline-color",
"initial",
"inherit"
]
},
{
"name":"outline-color",
"values":[
"invert",
"#color",
"initial",
"inherit"
]
},
{
"name":"outline-offset",
"values":[
"#length",
"initial",
"inherit"
]
},
{
"name":"outline-style",
"values":[
"none",
"hidden",
"dotted",
"dashed",
"solid",
"double",
"groove",
"ridge",
"inset",
"outset",
"initial",
"inherit"
]
},
{
"name":"outline-width",
"values":[
"medium",
"thin",
"thick",
"#length",
"initial",
"inherit"
]
},
{
"name":"overflow",
"values":[
"visible",
"hidden",
"scroll",
"auto",
"initial",
"inherit"
]
},
{
"name":"overflow-wrap",
"values":[
"normal",
"anywhere",
"break-word",
"initial",
"inherit"
]
},
{
"name":"overflow-x",
"values":[
"visible",
"hidden",
"scroll",
"auto",
"initial",
"inherit"
]
},
{
"name":"overflow-y",
"values":[
"visible",
"hidden",
"scroll",
"auto",
"initial",
"inherit"
]
},
{
"name":"padding",
"values":[
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"padding-bottom",
"values":[
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"padding-left",
"values":[
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"padding-right",
"values":[
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"padding-top",
"values":[
"#length",
"#%",
"initial",
"inherit"
]
},
{
"name":"page-break-after",
"values":[
"auto",
"always",
"avoid",
"left",
"right",
"initial",
"inherit"
]
},
{
"name":"page-break-before",
"values":[
"auto",
"always",
"avoid",
"left",
"right",
"initial",
"inherit"
]
},
{
"name":"page-break-inside",
"values":[
"auto",
"avoid",
"initial",
"inherit"
]
},
{
"name":"perspective",
"values":[
"#length",
"none",
"initial",
"inherit"
]
},
{
"name":"perspective-origin",
"values":[
"#x-axis",
"#y-axis",
"initial",
"inherit"
]
},
{
"name":"pointer-events",
"values":[
"auto",
"none",
"initial",
"inherit"
]
},
{
"name":"position",
"values":[
"static",
"absolute",
"fixed",
"relative",
"sticky",
"initial",
"inherit"
]
},
{
"name":"quotes",
"values":[
"none",
"#string string string string",
"initial",
"inherit"
]
},
{
"name":"resize",
"values":[
"none",
"both",
"horizontal",
"vertical",
"initial",
"inherit"
]
},
{
"name":"right",