|
72 | 72 | 'prefix': 'bot'
|
73 | 73 | 'body': 'bottom: ${1:0}'
|
74 | 74 | 'box-shadow':
|
75 |
| - 'prefix': 'boxs' |
76 |
| - 'body': 'box-shadow: ${1:0px} ${2:3px} ${3:15px} ${4:1px} ${5:rgba(0,0,0,.5)};$0 // h-length, v-length, blur, spread, colour' |
| 75 | + 'prefix': 'bs' |
| 76 | + 'body': """ |
| 77 | + // h-length, v-length, blur, spread, colour |
| 78 | + box-shadow: ${1:0} ${2:3px} ${3:15px} ${4:1px} ${5:rgba(0, 0, 0, .5)}$0 |
| 79 | + """ |
77 | 80 | 'clear':
|
78 | 81 | 'prefix': 'clr'
|
79 | 82 | 'body': 'clear: ${1:both}'
|
|
216 | 219 | 'prefix': 'mart'
|
217 | 220 | 'body': 'margin-top: ${1:${2:1}${3:px}}'
|
218 | 221 | 'min-height':
|
219 |
| - 'prefix': 'mh' |
| 222 | + 'prefix': 'mih' |
220 | 223 | 'body': 'min-height: ${1:${2:1}${3:px}}'
|
221 | 224 | 'min-width':
|
222 |
| - 'prefix': 'mw' |
| 225 | + 'prefix': 'miw' |
223 | 226 | 'body': 'min-width: ${1:${2:1}${3:px}}'
|
224 | 227 | 'max-height':
|
225 |
| - 'prefix': 'maxh' |
| 228 | + 'prefix': 'mah' |
226 | 229 | 'body': 'max-height: ${1:${2:1}${3:px}}'
|
227 | 230 | 'max-width':
|
228 |
| - 'prefix': 'maxw' |
| 231 | + 'prefix': 'maw' |
229 | 232 | 'body': 'max-width: ${1:${2:1}${3:px}}'
|
230 | 233 | 'overflow':
|
231 | 234 | 'prefix': 'ov'
|
|
425 | 428 | 'prefix': 'bot'
|
426 | 429 | 'body': 'bottom: ${1:0};'
|
427 | 430 | 'box-shadow':
|
428 |
| - 'prefix': 'boxs' |
429 |
| - 'body': 'box-shadow: ${1:0px} ${2:3px} ${3:15px} ${4:1px} ${5:rgba(0,0,0,.5)};$0 // h-length, v-length, blur, spread, colour' |
| 431 | + 'prefix': 'bs' |
| 432 | + 'body': """ |
| 433 | + // h-length, v-length, blur, spread, colour |
| 434 | + box-shadow: ${1:0} ${2:3px} ${3:15px} ${4:1px} ${5:rgba(0, 0, 0, .5)}$0 |
| 435 | + """ |
430 | 436 | 'clear':
|
431 | 437 | 'prefix': 'clr'
|
432 | 438 | 'body': 'clear: ${1:both};'
|
|
569 | 575 | 'prefix': 'mart'
|
570 | 576 | 'body': 'margin-top: ${1:${2:1}${3:px}};'
|
571 | 577 | 'min-height':
|
572 |
| - 'prefix': 'mh' |
| 578 | + 'prefix': 'mih' |
573 | 579 | 'body': 'min-height: ${1:${2:1}${3:px}};'
|
574 | 580 | 'min-width':
|
575 |
| - 'prefix': 'mw' |
| 581 | + 'prefix': 'miw' |
576 | 582 | 'body': 'min-width: ${1:${2:1}${3:px}};'
|
577 | 583 | 'max-height':
|
578 |
| - 'prefix': 'maxh' |
579 |
| - 'body': 'max-height: ${1:${2:1}${3:px}}' |
| 584 | + 'prefix': 'mah' |
| 585 | + 'body': 'max-height: ${1:${2:1}${3:px}};' |
580 | 586 | 'max-width':
|
581 |
| - 'prefix': 'maxw' |
582 |
| - 'body': 'max-width: ${1:${2:1}${3:px}}' |
| 587 | + 'prefix': 'maw' |
| 588 | + 'body': 'max-width: ${1:${2:1}${3:px}};' |
583 | 589 | 'overflow':
|
584 | 590 | 'prefix': 'ov'
|
585 | 591 | 'body': 'overflow: ${1:hidden};'
|
|
0 commit comments