Repository URL to install this package:
|
Version:
2.0.2 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
/**
* @todo split this out into a context + style so it is more usable
*/
// .image-atom {
exports.StyledImage = styled.img`
height: inherit;
max-height: initial;
max-width: 100%;
`;
exports.StyledCaption = styled.figcaption``; // .image-atom-figure {
exports.StyledFigure = styled.figure`
height: inherit;
`; //# sourceMappingURL=styled.js.map