Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e85a017

Browse files
committed
fix typo
1 parent c869921 commit e85a017

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ You can check the list for detail snippet info.
8989
| `jcsa` | `justify-content : space-around;` |
9090
| `jcsb` | `justify-content : space-between;` |
9191
| `lis` | `list-style : disc outside;` |
92+
| `lisp` | `list-style-position : outside;` |
9293
| `list` | `list-style-type : disc;` |
9394
| `listc` | `list-style-type : circle;` |
9495
| `listd` | `list-style-type : disc;` |

snippets/css.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,16 +353,16 @@
353353
"body": "list-style: ${1|disc,circle,square,decimal,lower-roman,upper-roman,lower-alpha,upper-alpha,none,armenian,cjk-ideographic,georgian,lower-greek,hebrew,hiragana,hiragana-iroha,katakana,katakana-iroha,lower-latin,upper-latin|} ${2|outside,inside|};",
354354
"description": "list-style: type position image"
355355
},
356-
"list-style-type": {
357-
"prefix": "list",
358-
"body": "list-style-type: ${1|disc,circle,square,decimal,lower-roman,upper-roman,lower-alpha,upper-alpha,none,armenian,cjk-ideographic,georgian,lower-greek,hebrew,hiragana,hiragana-iroha,katakana,katakana-iroha,lower-latin,upper-latin|};",
359-
"description": "initial value: disc"
360-
},
361356
"list-style-position": {
362357
"prefix": "lisp",
363358
"body": "${1|outside,inside|}",
364359
"description": "initial value: outside"
365360
},
361+
"list-style-type": {
362+
"prefix": "list",
363+
"body": "list-style-type: ${1|disc,circle,square,decimal,lower-roman,upper-roman,lower-alpha,upper-alpha,none,armenian,cjk-ideographic,georgian,lower-greek,hebrew,hiragana,hiragana-iroha,katakana,katakana-iroha,lower-latin,upper-latin|};",
364+
"description": "initial value: disc"
365+
},
366366
"list-style-type: circle": {
367367
"prefix": "listc",
368368
"body": "list-style-type: circle;"

0 commit comments

Comments
 (0)