stylint
Version:
A linter for stylus
275 lines (274 loc) • 5.43 kB
JSON
{
"css": [
"*",
"&",
":root",
"*::selection",
"@font-face",
"@media",
"@supports",
"@import",
"absolute",
"align-items",
"appearance",
"backface-visibility",
"background",
"background-attachment",
"background-color",
"background-image",
"background-position",
"background-repeat",
"background-size",
"border",
"border-top",
"border-right",
"border-bottom",
"border-left",
"border-collapse",
"border-color",
"border-radius",
"border-spacing",
"border-style",
"border-width",
"bottom",
"box-orient",
"box-shadow",
"box-sizing",
"caption-side",
"clear",
"clip",
"clip-path",
"color",
"content",
"cursor",
"counter-increment",
"counter-reset",
"direction",
"display",
"elevation",
"empty-cells",
"fixed",
"flex",
"flex-direction",
"flex-wrap",
"float",
"font",
"font-family",
"font-size",
"font-style",
"font-variant",
"font-weight",
"font-smoothing",
"height",
"image-rendering",
"left",
"letter-spacing",
"line-height",
"list-style",
"list-style-image",
"list-style-position",
"list-style-type",
"margin",
"margin-top",
"margin-right",
"margin-bottom",
"margin-left",
"max-height",
"max-width",
"min-height",
"min-width",
"opacity",
"orphans",
"outline",
"outline-color",
"outline-style",
"outline-width",
"order",
"osx-font-smoothing",
"overflow",
"overflow-x",
"overflow-y",
"overflow-scrolling",
"padding",
"padding-top",
"padding-right",
"padding-bottom",
"padding-left",
"page-break-after",
"page-break-before",
"page-break-inside",
"pause-after",
"pause-before",
"perspective",
"position",
"quotes",
"right",
"table-layout",
"text-align",
"text-decoration",
"text-rendering",
"text-transform",
"top",
"touch-action",
"text-size-adjust",
"transform",
"transform-origin",
"user-select",
"visibility",
"white-space",
"widows",
"width",
"vertical-align",
"z-index"
],
"html": [
"[hidden]",
"a",
"abbr",
"abel",
"acronym",
"address",
"applet",
"area",
"article",
"aside",
"audio",
"b",
"bdi",
"bdo",
"big",
"blockquote",
"body",
"button",
"button[disabled]",
"br",
"caption",
"canvas",
"cite",
"code",
"col",
"colgroup",
"data",
"datalist",
"dd",
"del",
"details",
"dfn",
"div",
"dl",
"dt",
"em",
"fieldset",
"figure",
"figcaption",
"footer",
"form",
"h1",
"h2",
"h3",
"h4",
"h5",
"h6",
"hr",
"html",
"i",
"iframe",
"img",
"input",
"input[disabled]",
"input[type=submit]",
"input[type='submit']",
"input[type=search]",
"input[type='search']",
"input[type=button]",
"input[type='button']",
"input[type=reset]",
"input[type='reset']",
"ins",
"kbd",
"keygen",
"label",
"legend",
"li",
"line-clamp",
"-webkit-line-clamp",
"main",
"map",
"mark",
"math",
"menu",
"menuitem",
"meter",
"nav",
"object",
"ol",
"optgroup",
"option",
"output",
"param",
"p",
"pre",
"progress",
"q",
"ruby",
"rt",
"rp",
"s",
"samp",
"section",
"size",
"select",
"small",
"source",
"span",
"strike",
"strong",
"sub",
"sup",
"summary",
"svg",
"table",
"tbody",
"td",
"textarea",
"text-overflow",
"text-size-adjust",
"tfoot",
"th",
"thead",
"time",
"tr",
"track",
"tt",
"ul",
"var",
"video",
"wbr"
],
"prefixes": [
"-ms-",
"-webkit-",
"-o-",
"-moz-"
],
"pseudo": [
":link",
":visited",
":active",
":hover",
":focus",
":first-child",
":last-child",
":nth-child",
":nth-last-child",
":nth-of-type",
":first-of-type",
":last-of-type",
":empty",
":target",
":checked",
":enabled",
":disabled",
"::-moz-inner-focus"
]
}