Skip to content

Commit 848ad1a

Browse files
fix: correct autocorrect mistake
1 parent ed12d0e commit 848ad1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/html-widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ async function htmlWidget(input, debug, addons) {
11941194
}
11951195
// Ignore css properties that are not in the mapping
11961196
if (!mapping[css]) {
1197-
delete finalCss[CSS];
1197+
delete finalCss[css];
11981198
continue;
11991199
}
12001200
// Validate the css as a string or array of possibilities

0 commit comments

Comments
 (0)