mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
import Integrations from './integrations.svg';
|
|
import OpenSource from './open-source.svg';
|
|
import Mascot from './mascot.svg';
|
|
|
|
# Many inline SVGs
|
|
|
|
Have a bunch of SVGs, they're written to intentionally override each others styled when inlined on the same page.
|
|
|
|
<Integrations height="20rem" />
|
|
<OpenSource height="20rem" />
|
|
<Mascot height="20rem" />
|