Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / src / playground / Image / styled.js
Size: Mime:
"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