761
761
"list-style: none;" : { "prefix" : " lsn" , "body" : [" list-style: none;" ], "description" : " " },
762
762
763
763
"list-style-image: none;" : { "prefix" : " lsin" , "body" : [" list-style-image: none;" ], "description" : " " },
764
- "list-style-image: url(...);" : { "prefix" : " lsiu" , "body" : [" list-style-image: url($1 );" ], "description" : " " },
764
+ "list-style-image: url(...);" : { "prefix" : " lsiu" , "body" : [" list-style-image: url($0 );" ], "description" : " " },
765
765
766
766
"list-style-position: inside;" : { "prefix" : " lspi" , "body" : [" list-style-position: inside;" ], "description" : " " },
767
767
"list-style-position: outside;" : { "prefix" : " lspo" , "body" : [" list-style-position: outside;" ], "description" : " " },
825
825
"outline: ridge 0 #000000;" : { "prefix" : " or1_" , "body" : [" outline: ridge ${1:0} ${0:#000000};" ], "description" : " " },
826
826
"outline: solid 0 #000000;" : { "prefix" : " os1_" , "body" : [" outline: solid ${1:0} ${0:#000000};" ], "description" : " " },
827
827
828
- "outline-color: #000000;" : { "prefix" : " oc_" , "body" : [" outline: ${0:#000000};" ], "description" : " " },
828
+ "outline-color: #000000;" : { "prefix" : " oc_" , "body" : [" outline-color : ${0:#000000};" ], "description" : " " },
829
829
830
830
"outline-offset: 0;" : { "prefix" : " oo1" , "body" : [" outline-offset: ${0:0};" ], "description" : " " },
831
831
883
883
884
884
"page-break-inside: auto;" : { "prefix" : " pbia" , "body" : [" page-break-inside: auto;" ], "description" : " " },
885
885
"page-break-inside: avoid;" : { "prefix" : " pbia" , "body" : [" page-break-inside: avoid;" ], "description" : " " },
886
+
887
+ "pointer-events: all;" : { "prefix" : " pea" , "body" : [" pointer-events: all;" ], "description" : " " },
888
+ "pointer-events: auto;" : { "prefix" : " pea" , "body" : [" pointer-events: auto;" ], "description" : " " },
889
+ "pointer-events: fill;" : { "prefix" : " pef" , "body" : [" pointer-events: fill;" ], "description" : " " },
890
+ "pointer-events: none;" : { "prefix" : " pen" , "body" : [" pointer-events: none;" ], "description" : " " },
891
+ "pointer-events: painted;" : { "prefix" : " pep" , "body" : [" pointer-events: painted;" ], "description" : " " },
892
+ "pointer-events: stroke;" : { "prefix" : " pes" , "body" : [" pointer-events: stroke;" ], "description" : " " },
893
+ "pointer-events: visible;" : { "prefix" : " pev" , "body" : [" pointer-events: visible;" ], "description" : " " },
894
+ "pointer-events: visibleFill;" : { "prefix" : " pevF" , "body" : [" pointer-events: visibleFill;" ], "description" : " " },
895
+ "pointer-events: visiblePainted;" : { "prefix" : " pevP" , "body" : [" pointer-events: visiblePainted;" ], "description" : " " },
896
+ "pointer-events: visibleStroke;" : { "prefix" : " pevS" , "body" : [" pointer-events: visibleStroke;" ], "description" : " " },
886
897
887
898
"-prefix-perspective: 0;" : { "prefix" : " -p1" , "body" : [" -moz-perspective: ${0:0};" , " -webkit-perspective: ${0:0};" , " perspective: ${0:0};" ], "description" : " " },
888
899
"perspective: 0;" : { "prefix" : " p1" , "body" : [" perspective: ${0:0};" ], "description" : " " },
914
925
"position: fixed;" : { "prefix" : " pf" , "body" : [" position: fixed;" ], "description" : " " },
915
926
"position: relative;" : { "prefix" : " pr" , "body" : [" position: relative;" ], "description" : " " },
916
927
"position: static;" : { "prefix" : " ps" , "body" : [" position: static;" ], "description" : " " },
928
+ "position: sticky;" : { "prefix" : " ps" , "body" : [" position: sticky;" ], "description" : " " },
917
929
918
930
"quotes: none;" : { "prefix" : " qn" , "body" : [" quotes: none;" ], "description" : " " },
919
931
"quotes: '«' '»';" : { "prefix" : " q" , "body" : [" quotes: '«' '»';" ], "description" : " " },
1093
1105
"visibility: visible;" : { "prefix" : " vv" , "body" : [" visibility: visible;" ], "description" : " " },
1094
1106
1095
1107
"white-space: normal;" : { "prefix" : " wsn" , "body" : [" white-space: normal;" ], "description" : " " },
1096
- "white-space: pre;" : { "prefix" : " wsp" , "body" : [" white-space: pre;" ], "description" : " " },
1097
1108
"white-space: nowrap;" : { "prefix" : " wsn" , "body" : [" white-space: nowrap;" ], "description" : " " },
1109
+ "white-space: pre;" : { "prefix" : " wsp" , "body" : [" white-space: pre;" ], "description" : " " },
1098
1110
"white-space: pre-line;" : { "prefix" : " wspl" , "body" : [" white-space: pre-line;" ], "description" : " " },
1099
1111
"white-space: pre-wrap;" : { "prefix" : " wspw" , "body" : [" white-space: pre-wrap;" ], "description" : " " },
1100
1112
1112
1124
"word-wrap: normal;" : { "prefix" : " wwn" , "body" : [" word-wrap: normal;" ], "description" : " " },
1113
1125
1114
1126
"z-index: 0;" : { "prefix" : " zi1" , "body" : [" z-index: ${0:0};" ], "description" : " " },
1115
- "z-index: auto;" : { "prefix" : " zia" , "body" : [" z-index: auto;" ], "description" : " o; " }
1127
+ "z-index: auto;" : { "prefix" : " zia" , "body" : [" z-index: auto;" ], "description" : " " }
1116
1128
}
0 commit comments