UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

5 lines 534 B
import { akFontFamily, akFontSizeDefault, } from '@atlaskit/util-shared-styles'; import styled from 'styled-components'; export default (_a = ["\n font-family: ", ";\n font-size: ", ";\n font-weight: 400;\n line-height: 24px;\n white-space: pre-wrap;\n word-wrap: break-word;\n"], _a.raw = ["\n font-family: ", ";\n font-size: ", ";\n font-weight: 400;\n line-height: 24px;\n white-space: pre-wrap;\n word-wrap: break-word;\n"], styled.p(_a, akFontFamily, akFontSizeDefault)); var _a; //# sourceMappingURL=paragraph.js.map