Skip to content

Commit 1a9b830

Browse files
authored
fix(gatsby-plugin-image): Don't inherit all img styles (#30754)
1 parent e0df4cc commit 1a9b830

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/gatsby-plugin-image/src/gatsby-ssr.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export function onRenderBody({ setHeadComponents }: RenderBodyArgs): void {
2222
overflow: hidden;
2323
}
2424
.gatsby-image-wrapper img {
25-
all: inherit;
2625
bottom: 0;
2726
height: 100%;
2827
left: 0;

0 commit comments

Comments
 (0)