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    
Size: Mime:
import { styled } from 'uxui-modules/view-container'

/**
 * @todo split this out into a context + style so it is more usable
 */

// .image-atom {
export const StyledImage = styled.img `
  height: inherit;
  max-height: initial;
  max-width: 100%;
`
export const StyledCaption = styled.figcaption ``
// .image-atom-figure {
export const StyledFigure = styled.figure `
  height: inherit;
`