{
    "align-items": {
      "prefix": "ai",
      "body": "align-items: ${1:center};"
    },
    "align-items: baseline": {
      "prefix": "aib",
      "body": "align-items: baseline;"
    },
    "align-items: center": {
      "prefix": "aic",
      "body": "align-items: center;"
    },
    "align-items: flex-start": {
      "prefix": "aifs",
      "body": "align-items: flex-start;"
    },
    "align-items flex-end": {
      "prefix": "aife",
      "body": "align-items: flex-end;"
    },
    "align-items stretch": {
      "prefix": "ais",
      "body": "align-items: stretch;"
    },
    "animation": {
      "prefix": "ani",
      "body": "${4:${1:name} ${2:1s} ${3:infinite}};"
    },
    "background": {
      "prefix": "bg",
      "body": "background: ${1:#fff};"
    },
    "background-color": {
      "prefix": "bgc",
      "body": "background-color: ${1:#fff};"
    },
    "background-image": {
      "prefix": "bgi",
      "body": "background-image: ${2:url(\"${1:background.jpg}\")};"
    },
    "background-image (asset-url)": {
      "prefix": "bgia",
      "body": "background-image: ${2:asset-url(\"${1:background.jpg}\")};"
    },
    "background-position": {
      "prefix": "bgp",
      "body": "background-position: ${1:left} ${2:top};"
    },
    "background-repeat": {
      "prefix": "bgr",
      "body": "background-repeat: ${1:repeat};"
    },
    "background-repeat: repeat": {
      "prefix": "bgrr",
      "body": "background-repeat: repeat;"
    },
    "background-repeat: repeat-x": {
      "prefix": "bgrx",
      "body": "background-repeat: repeat-x;"
    },
    "background-repeat: repeat-y": {
      "prefix": "bgry",
      "body": "background-repeat: repeat-y;"
    },
    "background-repeat: no-repeat": {
      "prefix": "bgrn",
      "body": "background-repeat: no-repeat;"
    },
    "background-size": {
      "prefix": "bgs",
      "body": "background-size: ${1:cover};"
    },
    "border": {
      "prefix": "bor",
      "body": "border: ${4:${1:1px} ${2:solid} ${3:#000}};"
    },
    "border: none": {
      "prefix": "born",
      "body": "border: ${1:none};"
    },
    "border-color": {
      "prefix": "borc",
      "body": "border-color: ${1:#${2:000}};"
    },
    "border-style": {
      "prefix": "bors",
      "body": "border-style: ${3:solid};"
    },
    "border-width": {
      "prefix": "borw",
      "body": "border-width: ${1:1px};"
    },
    "border-bottom": {
      "prefix": "borb",
      "body": "border-bottom: ${4:${1:1px} ${2:solid} ${3:#000}};"
    },
    "border-bottom-width": {
      "prefix": "borbw",
      "body": "border-bottom-width: ${1:1px};"
    },
    "border-left": {
      "prefix": "borl",
      "body": "border-left: ${4:${1:1px} ${2:solid} ${3:#000}};"
    },
    "border-left-width": {
      "prefix": "borlw",
      "body": "border-left-width: ${1:1px};"
    },
    "border-right": {
      "prefix": "borr",
      "body": "border-right: ${4:${1:1px} ${2:solid} ${3:#000}};"
    },
    "border-right-width": {
      "prefix": "borrw",
      "body": "border-right-width: ${1:1px};"
    },
    "border-top": {
      "prefix": "bort",
      "body": "border-top: ${4:${1:1px} ${2:solid} ${3:#000}};"
    },
    "border-top-width": {
      "prefix": "bortw",
      "body": "border-top-width: ${1:1px};"
    },
    "border-radius": {
      "prefix": "br",
      "body": "border-radius: ${1:1px};"
    },
    "bottom": {
      "prefix": "bot",
      "body": "bottom: ${1:0};"
    },
    "box-shadow": {
      "prefix": "bos",
      "body": "box-shadow: ${1:1px} ${2:1px} ${3:1px} ${4:1px} ${5:rgba(0, 0, 0, .5)};"
    },
    "box-sizing": {
      "prefix": "boz",
      "body": "box-sizing: ${1:border-box};"
    },
    "clear": {
      "prefix": "clr",
      "body": "clear: ${1:both};"
    },
    "color": {
      "prefix": "col",
      "body": "color: ${1:#${2:000}};"
    },
    "content": {
      "prefix": "con",
      "body": "content: '$1';"
    },
    "cursor": {
      "prefix": "cur",
      "body": "cursor: ${1:pointer};"
    },
    "cursor: pointer": {
      "prefix": "curp",
      "body": "cursor: pointer;"
    },
    "cursor: default": {
      "prefix": "curd",
      "body": "cursor: default;"
    },
    "cursor: inherit": {
      "prefix": "curi",
      "body": "cursor: inherit;"
    },
    "display": {
      "prefix": "dis",
      "body": "display: ${1:none};"
    },
    "display: block": {
      "prefix": "disb",
      "body": "display: block;"
    },
    "display: inline-block": {
      "prefix": "disi",
      "body": "display: inline-block;"
    },
    "display: none": {
      "prefix": "disn",
      "body": "display: none;"
    },
    "display: flex": {
      "prefix": "disf",
      "body": "display: flex;"
    },
    "fill": {
      "prefix": "fill",
      "body": "fill: ${1:#${2:000}};"
    },
    "flex": {
      "prefix": "flex",
      "body": "flex: ${1:1} ${2:1} ${3:auto};"
    },
    "flex (alt)": {
      "prefix": "fle",
      "body": "flex: ${1:1} ${2:1} ${3:auto};"
    },
    "flex-direction": {
      "prefix": "fd",
      "body": "flex-direction: ${1:column};"
    },
    "flex-direction: row": {
      "prefix": "fdr",
      "body": "flex-direction: row;"
    },
    "flex-direction: column": {
      "prefix": "fdc",
      "body": "flex-direction: column;"
    },
    "float": {
      "prefix": "fl",
      "body": "float: ${1:left};"
    },
    "float: left": {
      "prefix": "fll",
      "body": "float: left;"
    },
    "float: right": {
      "prefix": "flr",
      "body": "float: right;"
    },
    "float: none": {
      "prefix": "fln",
      "body": "float: none;"
    },
    "font-family": {
      "prefix": "ff",
      "body": "font-family: ${1:arial};"
    },
    "font-size": {
      "prefix": "fs",
      "body": "font-size: ${1:1px};"
    },
    "font-style": {
      "prefix": "fst",
      "body": "font-style: ${1:italic};"
    },
    "font-style: italic": {
      "prefix": "fsti",
      "body": "font-style: italic;"
    },
    "font-style: normal": {
      "prefix": "fstn",
      "body": "font-style: normal;"
    },
    "font-style: oblique": {
      "prefix": "fsto",
      "body": "font-style: oblique;"
    },
    "font-weight": {
      "prefix": "fw",
      "body": "font-weight: ${1:bold};"
    },
    "font-weight: bold": {
      "prefix": "fwb",
      "body": "font-weight: bold;"
    },
    "font-weight: light": {
      "prefix": "fwl",
      "body": "font-weight: light;"
    },
    "font-weight: normal": {
      "prefix": "fwn",
      "body": "font-weight: normal;"
    },
    "height": {
      "prefix": "hei",
      "body": "height: ${1:1px};"
    },
    "height: auto": {
      "prefix": "heia",
      "body": "height: auto;"
    },
    "justify-content": {
      "prefix": "jc",
      "body": "justify-content: ${1:center};"
    },
    "justify-content: flex-end": {
      "prefix": "jcfe",
      "body": "justify-content: flex-end;"
    },
    "justify-content: flex-start": {
      "prefix": "jcfs",
      "body": "justify-content: flex-start;"
    },
    "justify-content: center": {
      "prefix": "jcc",
      "body": "justify-content: center;"
    },
    "justify-content: space-around": {
      "prefix": "jca",
      "body": "justify-content: space-around;"
    },
    "justify-content: space-between": {
      "prefix": "jcb",
      "body": "justify-content: space-between;"
    },
    "list-style": {
      "prefix": "lis",
      "body": "list-style: ${1:square} ${2:inside} ${4:url(\"${3:list.png}\")};"
    },
    "list-style-type": {
      "prefix": "list",
      "body": "list-style-type: ${1:circle};"
    },
    "list-style-type: circle": {
      "prefix": "listc",
      "body": "list-style-type: circle;"
    },
    "list-style-type: disc": {
      "prefix": "listd",
      "body": "list-style-type: disc;"
    },
    "list-style-type: lower-roman": {
      "prefix": "listlr",
      "body": "list-style-type: lower-roman;"
    },
    "list-style-type: none": {
      "prefix": "listn",
      "body": "list-style-type: none;"
    },
    "list-style-type: square": {
      "prefix": "lists",
      "body": "list-style-type: square;"
    },
    "list-style-type: upper-roman": {
      "prefix": "listur",
      "body": "list-style-type: upper-roman;"
    },
    "left": {
      "prefix": "left",
      "body": "left: ${1:0};"
    },
    "left (shorthand)": {
      "prefix": "lef",
      "body": "left: ${1:0};"
    },
    "line-height": {
      "prefix": "lh",
      "body": "line-height: ${1:1px};"
    },
    "letter-spacing": {
      "prefix": "ls",
      "body": "letter-spacing: ${1:1px};"
    },
    "letter-spacing: normal": {
      "prefix": "lsn",
      "body": "letter-spacing: normal;"
    },
    "margin": {
      "prefix": "mar",
      "body": "margin: ${1:1px};"
    },
    "margin-bottom": {
      "prefix": "marb",
      "body": "margin-bottom: ${1:1px};"
    },
    "margin-left": {
      "prefix": "marl",
      "body": "margin-left: ${1:1px};"
    },
    "margin-right": {
      "prefix": "marr",
      "body": "margin-right: ${1:1px};"
    },
    "margin-top": {
      "prefix": "mart",
      "body": "margin-top: ${1:1px};"
    },
    "margin: 0 auto": {
      "prefix": "mara",
      "body": "margin: 0 auto;"
    },
    "min-height": {
      "prefix": "mih",
      "body": "min-height: ${1:1px};"
    },
    "min-width": {
      "prefix": "miw",
      "body": "min-width: ${1:1px};"
    },
    "max-height": {
      "prefix": "mah",
      "body": "max-height: ${1:1px};"
    },
    "max-width": {
      "prefix": "maw",
      "body": "max-width: ${1:1px};"
    },
    "order": {
      "prefix": "ord",
      "body": "order: ${1:1};"
    },
    "overflow": {
      "prefix": "ov",
      "body": "overflow: ${1:hidden};"
    },
    "overflow: auto": {
      "prefix": "ova",
      "body": "overflow: auto;"
    },
    "overflow: hidden": {
      "prefix": "ovh",
      "body": "overflow: hidden;"
    },
    "overflow: scroll": {
      "prefix": "ovs",
      "body": "overflow: scroll;"
    },
    "overflow: visible": {
      "prefix": "ovv",
      "body": "overflow: visible;"
    },
    "padding": {
      "prefix": "pad",
      "body": "padding: ${1:1px};"
    },
    "padding-bottom": {
      "prefix": "padb",
      "body": "padding-bottom: ${1:1px};"
    },
    "padding-left": {
      "prefix": "padl",
      "body": "padding-left: ${1:1px};"
    },
    "padding-right": {
      "prefix": "padr",
      "body": "padding-right: ${1:1px};"
    },
    "padding-top": {
      "prefix": "padt",
      "body": "padding-top: ${1:1px};"
    },
    "position": {
      "prefix": "pos",
      "body": "position: ${1:relative};"
    },
    "position absolute": {
      "prefix": "posa",
      "body": "position: absolute;"
    },
    "position fixed": {
      "prefix": "posf",
      "body": "position: fixed;"
    },
    "position relative": {
      "prefix": "posr",
      "body": "position: relative;"
    },
    "position static": {
      "prefix": "poss",
      "body": "position: static;"
    },
    "right": {
      "prefix": "rig",
      "body": "right: ${1:0};"
    },
    "text-align": {
      "prefix": "ta",
      "body": "text-align: ${1:center};"
    },
    "text-align: center": {
      "prefix": "tac",
      "body": "text-align: center;"
    },
    "text-align: left": {
      "prefix": "tal",
      "body": "text-align: left;"
    },
    "text-align: right": {
      "prefix": "tar",
      "body": "text-align: right;"
    },
    "text-decoration": {
      "prefix": "td",
      "body": "text-decoration: ${1:underline};"
    },
    "text-decoration: underline": {
      "prefix": "tdu",
      "body": "text-decoration: underline;"
    },
    "text-decoration: none": {
      "prefix": "tdn",
      "body": "text-decoration: none;"
    },
    "text-transform": {
      "prefix": "tt",
      "body": "text-transform: ${1:uppercase};"
    },
    "text-transform: capitalize": {
      "prefix": "ttc",
      "body": "text-transform: ${1:capitalize};"
    },
    "text-transform: lowercase": {
      "prefix": "ttl",
      "body": "text-transform: ${1:lowercase};"
    },
    "text-transform: none": {
      "prefix": "ttn",
      "body": "text-transform: ${1:none};"
    },
    "text-transform: uppercase": {
      "prefix": "ttu",
      "body": "text-transform: ${1:uppercase};"
    },
    "top": {
      "prefix": "top",
      "body": "top: ${1:0};"
    },
    "vertical-align": {
      "prefix": "va",
      "body": "vertical-align: ${1:middle};"
    },
    "vertical-align: bottom": {
      "prefix": "vab",
      "body": "vertical-align: bottom;"
    },
    "vertical-align: middle": {
      "prefix": "vam",
      "body": "vertical-align: middle;"
    },
    "vertical-align: top": {
      "prefix": "vat",
      "body": "vertical-align: top;"
    },
    "white-space": {
      "prefix": "ws",
      "body": "white-space: ${1:nowrap};"
    },
    "white-space: nowrap": {
      "prefix": "wsn",
      "body": "white-space: nowrap;"
    },
    "white-space: normal": {
      "prefix": "wsnor",
      "body": "white-space: normal;"
    },
    "white-space: pre": {
      "prefix": "wsp",
      "body": "white-space: pre;"
    },
    "width": {
      "prefix": "wid",
      "body": "width: ${1:1px};"
    },
    "width: auto": {
      "prefix": "wida",
      "body": "width: auto;"
    },
    "z-index": {
      "prefix": "zi",
      "body": "z-index: ${1:1};"
    },
    "@import": {
      "prefix": "imp",
      "body": "@import '${1:filename}';"
    },
    "@include": {
      "prefix": "inc",
      "body": "@include ${1:mixin};"
    },
    "@keyframes": {
      "prefix": "key",
      "body": "@keyframes ${1:name} {\n  $2\n}"
    },
    "@media": {
      "prefix": "med",
      "body": "@media ${1:screen} and (${2:max-width: 300px}) {\n  $3\n}"
    },
    "@mixin": {
      "prefix": "mix",
      "body": "@mixin ${1:name} {\n  $2\n}"
    },
    "!important": {
      "prefix": "!",
      "body": "!important"
    },
    "!important (alt)": {
      "prefix": "i",
      "body": "!important"
    }
  }
  