We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416840c commit c63f936Copy full SHA for c63f936
src/web/api.tsx
@@ -93,7 +93,7 @@ export function VariableContextProvider(
93
) {
94
const style = useMemo(() => {
95
return {
96
- display: "content",
+ display: "contents",
97
...Object.fromEntries(
98
Object.entries(props.value).map(([key, value]) => [
99
key.startsWith("--") ? key : `--${key}`,
0 commit comments