UNPKG

@wulperstudio/cms

Version:
14 lines 346 B
import { styled } from '@mui/material'; export var Clines = styled('div')(function (_ref) { var clines = _ref.clines, order = _ref.order; return { maxWidth: '100%', display: '-webkit-box', WebkitBoxOrient: 'vertical', WebkitLineClamp: clines, overflow: 'hidden', textOverflow: 'ellipsis', order: order }; });