Last active
October 9, 2023 08:59
-
-
Save bitstarr/9b7ea0208e760bf24ea5534ca33d1c28 to your computer and use it in GitHub Desktop.
[Custom Snippets for emmet in VS Code] #vscode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"html": { | |
"snippets": { | |
} | |
}, | |
"css": { | |
"snippets": { | |
"ar": "aspect-ratio: ${1}", | |
"bbm": "background-blend-mode: ${1}", | |
"bs": "block-size: ${1}", | |
"bbc": "border-block-color", | |
"bbs": "border-block-start", | |
"bbw": "border-block-width", | |
"bbe": "border-block-end", | |
"bbec": "border-block-end-color", | |
"bbes": "border-block-end-style", | |
"bbew": "border-block-end-width", | |
"bbsc": "border-block-start-color", | |
"bbss": "border-block-start-style", | |
"bbsw": "border-block-start-width", | |
"beer": "border-end-end-radius", | |
"besr": "border-end-start-radius", | |
"bio": "border-image-outset", | |
"bir": "border-image-repeat", | |
"bis": "border-inline-start", | |
"biw": "border-inline-width", | |
"bie": "border-inline-end", | |
"bic": "border-inline-color", | |
"biec": "border-inline-end-color", | |
"bies": "border-inline-end-style", | |
"biew": "border-inline-end-width", | |
"bisc": "border-inline-start-color", | |
"biss": "border-inline-start-style", | |
"bisw": "border-inline-start-width", | |
"bser": "border-start-end-radius", | |
"bssr": "border-start-start-radius", | |
"fil": "filter: ${1}", | |
"ffs": "font-feature-settings", | |
"fk": "font-kerning", | |
"flo": "font-language-override", | |
"fos": "font-optical-sizing", | |
"fva": "font-variant-alternates", | |
"fvc": "font-variant-caps", | |
"fvea": "font-variant-east-asian", | |
"fvl": "font-variant-ligatures", | |
"fvn": "font-variant-numeric", | |
"fvp": "font-variant-position", | |
"ga": "gap: ${1}", | |
"hy": "hyphens: ${1}", | |
"io": "image-orientation", | |
"ir": "image-resolution", | |
"ins": "inset: ${1}", | |
"ib": "inset-block: ${1}", | |
"ibe": "inset-block-end", | |
"ibs": "inset-block-start", | |
"ii": "inset-inline: ${1}", | |
"iie": "inset-inline-end", | |
"iis": "inset-inline-start", | |
"mbe": "margin-block-end: ${1}", | |
"mbs": "margin-block-start: ${1}", | |
"mnbs": "min-block-size: ${1}", | |
"mxbs": "max-block-size: ${1}", | |
"mi": "mask-image", | |
"mie": "margin-inline-end: ${1}", | |
"mis": "margin-inline-start: ${1}", | |
"mnis": "min-inline-size: ${1}", | |
"mxis": "max-inline-size: ${1}", | |
"mas": "mask", | |
"mbm": "mix-blend-mode: ${1}", | |
"mbo": "mask-border-outset", | |
"mbr": "mask-border-repeat", | |
"mbw": "mask-border-width", | |
"mc": "mask-composite", | |
"mm": "mask-mode", | |
"mo": "mask-origin", | |
"mp": "mask-position", | |
"maf": "masonry-auto-flow", | |
"of": "object-fit: ${1}", | |
"ob": "overscroll-behavior", | |
"obb": "overscroll-behavior-block", | |
"obi": "overscroll-behavior-inline", | |
"obx": "overscroll-behavior-x", | |
"oby": "overscroll-behavior-y", | |
"pbe": "padding-block-end: ${1}", | |
"pbs": "padding-block-start: ${1}", | |
"pie": "padding-inline-end: ${1}", | |
"pis": "padding-inline-start: ${1}", | |
"po": "perspective-origin", | |
"per": "perspective", | |
"pc": "place-content", | |
"ps": "place-self", | |
"pe": "pointer-events", | |
"rot": "rotate: ${1}", | |
"rg": "row-gap", | |
"ra": "ruby-align", | |
"rm": "ruby-merge", | |
"rp": "ruby-position", | |
"sca": "scale: ${1}", | |
"sc": "scrollbar-color", | |
"sg": "scrollbar-gutter", | |
"sw": "scrollbar-width", | |
"sb": "scroll-behavior", | |
"smb": "scroll-margin-bottom", | |
"smbs": "scroll-margin-block-start", | |
"smbe": "scroll-margin-block-end", | |
"smi": "scroll-margin-inline", | |
"smis": "scroll-margin-inline-start", | |
"smie": "scroll-margin-inline-end", | |
"sml": "scroll-margin-left", | |
"smr": "scroll-margin-right", | |
"smt": "scroll-margin-top", | |
"sp": "scroll-padding", | |
"spb": "scroll-padding-bottom", | |
"spbs": "scroll-padding-block-start", | |
"spbe": "scroll-padding-block-end", | |
"spi": "scroll-padding-inline", | |
"spis": "scroll-padding-inline-start", | |
"spie": "scroll-padding-inline-end", | |
"spl": "scroll-padding-left", | |
"spr": "scroll-padding-right", | |
"spt": "scroll-padding-top", | |
"ssa": "scroll-snap-align", | |
"ssc": "scroll-snap-coordinate", | |
"ssd": "scroll-snap-destination", | |
"sspx": "scroll-snap-points-x", | |
"sspy": "scroll-snap-points-y", | |
"sss": "scroll-snap-stop", | |
"sst": "scroll-snap-type", | |
"sstx": "scroll-snap-type-x", | |
"ssty": "scroll-snap-type-y", | |
"tdc": "text-decoration-color", | |
"tdl": "text-decoration-line", | |
"tds": "text-decoration-style", | |
"tdsi": "text-decoration-skip-ink", | |
"tdt": "text-decoration-thickness", | |
"tec": "text-emphasis-color", | |
"tep": "text-emphasis-position", | |
"tes": "text-emphasis-style", | |
"to": "text-orientation: ${1}", | |
"tr": "text-rendering: ${1}", | |
"tsa": "text-size-adjust", | |
"tuo": "text-underline-offset", | |
"tup": "text-underline-position", | |
"tra": "translate: ${1}" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment