Skip to content

Commit 6abadb9

Browse files
fkGatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix(www): No kebab case for CSS properties in objects (#19129)
1 parent 1d48e9b commit 6abadb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/utils/styles/global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export const globalStyles = t => {
339339
},
340340
".egghead-video": {
341341
border: `none`,
342-
"max-width": `100%`,
342+
maxWidth: `100%`,
343343
},
344344
// Fancy external links in posts, borrowed from
345345
// https://github.com/comfusion/after-dark/

0 commit comments

Comments
 (0)