UNPKG

@inventage-web-components/avatar-image

Version:
12 lines 331 B
/** * DO NOT EDIT THIS FILE DIRECTLY. * * It is generated automatically from a given .css file inside the build-styles.sh script. */ import { css } from '@inventage-web-components/common'; export const styles = css ` .avatar { max-width: var(--avatar-image-avatar-max-width, 100%); } `; //# sourceMappingURL=styles-css.js.map