123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- "use strict";
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- Object.defineProperty(exports, "default", {
- enumerable: true,
- get: function() {
- return _default;
- }
- });
- const _default = [
- "preflight",
- "container",
- "accessibility",
- "pointerEvents",
- "visibility",
- "position",
- "inset",
- "isolation",
- "zIndex",
- "order",
- "gridColumn",
- "gridColumnStart",
- "gridColumnEnd",
- "gridRow",
- "gridRowStart",
- "gridRowEnd",
- "float",
- "clear",
- "margin",
- "boxSizing",
- "lineClamp",
- "display",
- "aspectRatio",
- "size",
- "height",
- "maxHeight",
- "minHeight",
- "width",
- "minWidth",
- "maxWidth",
- "flex",
- "flexShrink",
- "flexGrow",
- "flexBasis",
- "tableLayout",
- "captionSide",
- "borderCollapse",
- "borderSpacing",
- "transformOrigin",
- "translate",
- "rotate",
- "skew",
- "scale",
- "transform",
- "animation",
- "cursor",
- "touchAction",
- "userSelect",
- "resize",
- "scrollSnapType",
- "scrollSnapAlign",
- "scrollSnapStop",
- "scrollMargin",
- "scrollPadding",
- "listStylePosition",
- "listStyleType",
- "listStyleImage",
- "appearance",
- "columns",
- "breakBefore",
- "breakInside",
- "breakAfter",
- "gridAutoColumns",
- "gridAutoFlow",
- "gridAutoRows",
- "gridTemplateColumns",
- "gridTemplateRows",
- "flexDirection",
- "flexWrap",
- "placeContent",
- "placeItems",
- "alignContent",
- "alignItems",
- "justifyContent",
- "justifyItems",
- "gap",
- "space",
- "divideWidth",
- "divideStyle",
- "divideColor",
- "divideOpacity",
- "placeSelf",
- "alignSelf",
- "justifySelf",
- "overflow",
- "overscrollBehavior",
- "scrollBehavior",
- "textOverflow",
- "hyphens",
- "whitespace",
- "textWrap",
- "wordBreak",
- "borderRadius",
- "borderWidth",
- "borderStyle",
- "borderColor",
- "borderOpacity",
- "backgroundColor",
- "backgroundOpacity",
- "backgroundImage",
- "gradientColorStops",
- "boxDecorationBreak",
- "backgroundSize",
- "backgroundAttachment",
- "backgroundClip",
- "backgroundPosition",
- "backgroundRepeat",
- "backgroundOrigin",
- "fill",
- "stroke",
- "strokeWidth",
- "objectFit",
- "objectPosition",
- "padding",
- "textAlign",
- "textIndent",
- "verticalAlign",
- "fontFamily",
- "fontSize",
- "fontWeight",
- "textTransform",
- "fontStyle",
- "fontVariantNumeric",
- "lineHeight",
- "letterSpacing",
- "textColor",
- "textOpacity",
- "textDecoration",
- "textDecorationColor",
- "textDecorationStyle",
- "textDecorationThickness",
- "textUnderlineOffset",
- "fontSmoothing",
- "placeholderColor",
- "placeholderOpacity",
- "caretColor",
- "accentColor",
- "opacity",
- "backgroundBlendMode",
- "mixBlendMode",
- "boxShadow",
- "boxShadowColor",
- "outlineStyle",
- "outlineWidth",
- "outlineOffset",
- "outlineColor",
- "ringWidth",
- "ringColor",
- "ringOpacity",
- "ringOffsetWidth",
- "ringOffsetColor",
- "blur",
- "brightness",
- "contrast",
- "dropShadow",
- "grayscale",
- "hueRotate",
- "invert",
- "saturate",
- "sepia",
- "filter",
- "backdropBlur",
- "backdropBrightness",
- "backdropContrast",
- "backdropGrayscale",
- "backdropHueRotate",
- "backdropInvert",
- "backdropOpacity",
- "backdropSaturate",
- "backdropSepia",
- "backdropFilter",
- "transitionProperty",
- "transitionDelay",
- "transitionDuration",
- "transitionTimingFunction",
- "willChange",
- "contain",
- "content",
- "forcedColorAdjust"
- ];
|