File tree 2 files changed +31
-1
lines changed
2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " string_cache_plugin"
4
- version = " 0.1.3 "
4
+ version = " 0.1.4 "
5
5
authors = [ " The Servo Project Developers" ]
6
6
description = " A string interning library for Rust, developed as part of the Servo project − compiler plugin."
7
7
license = " MIT / Apache-2.0"
Original file line number Diff line number Diff line change @@ -1131,4 +1131,34 @@ pub static ATOMS: &'static [&'static str] = &[
1131
1131
"z" ,
1132
1132
"zoomAndPan" ,
1133
1133
"zoomandpan" ,
1134
+
1135
+ "background-size" ,
1136
+ "background-origin" ,
1137
+ "background-clip" ,
1138
+ "border-top-left-radius" ,
1139
+ "border-top-right-radius" ,
1140
+ "border-bottom-right-radius" ,
1141
+ "border-bottom-left-radius" ,
1142
+ "outline-color" ,
1143
+ "outline-style" ,
1144
+ "outline-width" ,
1145
+ "overflow-wrap" ,
1146
+ "list-style-image" ,
1147
+ "list-style-position" ,
1148
+ "list-style-type" ,
1149
+ "column-count" ,
1150
+ "column-width" ,
1151
+ "overflow-x" ,
1152
+ "overflow-y" ,
1153
+ "transition-property" ,
1154
+ "transition-duration" ,
1155
+ "transition-timing-function" ,
1156
+ "transition-delay" ,
1157
+ "border-radius" ,
1158
+ "outline" ,
1159
+ "word-wrap" ,
1160
+ "list-style" ,
1161
+ "columns" ,
1162
+ "transitions" ,
1163
+
1134
1164
] ;
You can’t perform that action at this time.
0 commit comments