We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a2281 commit ed7f6f3Copy full SHA for ed7f6f3
src/content/branding.mdx
@@ -31,7 +31,12 @@ Double the size of the inner dark blue cube to get an idea how much space the lo
31
32
For dark backgrounds, you can use the negative version of the logo:
33
34
-<div style={{ display: 'block', background: '#111' }}>
+export const style = {
35
+ display: 'block',
36
+ background: '#111',
37
+};
38
+
39
+<div style={style}>
40
<img
41
src="https://raw.githubusercontent.com/webpack/media/master/logo/logo-on-dark-bg.png"
42
alt="webpack logo default with proper spacing on light background"
0 commit comments