app/styles/components/code-block/_component.scss
@import "settings";
@import "mixins";
@import "documentation";
/*html*/#voxel {
.voxel-hologram-code-block__example {
@include voxel-hologram-code-block__example();
}
.voxel-hologram-code-block__example__container {
@include voxel-hologram-code-block__example__container();
}
// Remove the space between the rendered example and its code.
.voxel-hologram-code-block__example + .voxel-code-snippet {
margin-top: 0;
}
.voxel-code-snippet--display-only {
margin-bottom: 0;
margin-top: 0;
}
}