Home
last modified time | relevance | path

Searched refs:em (Results 1 – 25 of 53) sorted by relevance

123

/expo/packages/html-elements/build/elements/
H A DHeadings.js3 import { em } from '../css/units';
26 fontSize: em(2),
28 marginVertical: em(0.67),
33 fontSize: em(1.5),
35 marginVertical: em(0.83),
40 fontSize: em(1.17),
42 marginVertical: em(1),
47 fontSize: em(1),
49 marginVertical: em(1.33),
54 fontSize: em(0.83),
[all …]
H A DHeadings.js.map1em } from '../css/units';\nimport Text, { TextProps } from '../primitives/Text';\n\nfunction creat…
H A DTable.js3 import { em } from '../css/units';
34 fontSize: em(1),
40 fontSize: em(1),
47 fontSize: em(1),
H A DText.js3 import { em } from '../css/units';
56 marginVertical: em(1),
70 marginVertical: em(1),
74 marginVertical: em(1),
79 height: em(0.5),
H A DTable.js.map1em } from '../css/units';\nimport { TableText, TableTextProps } from '../primitives/Table';\nimpor…
H A DText.js.map1em } from '../css/units';\nimport Text, { TextProps } from '../primitives/Text';\nimport View, { V…
/expo/packages/html-elements/src/elements/
H A DHeadings.tsx4 import { em } from '../css/units';
38 fontSize: em(2),
40 marginVertical: em(0.67),
45 fontSize: em(1.5),
47 marginVertical: em(0.83),
52 fontSize: em(1.17),
54 marginVertical: em(1),
59 fontSize: em(1),
61 marginVertical: em(1.33),
66 fontSize: em(0.83),
[all …]
H A DTable.tsx4 import { em } from '../css/units';
44 fontSize: em(1) as number,
50 fontSize: em(1) as number,
57 fontSize: em(1) as number,
H A DText.tsx5 import { em } from '../css/units';
75 marginVertical: em(1),
89 marginVertical: em(1),
93 marginVertical: em(1),
98 height: em(0.5),
/expo/packages/html-elements/build/css/
H A Dunits.d.ts2 export declare function em(value: number): number | string;
H A Dunits.js7 export function em(value) { function
H A Dunits.js.map1 …16 * value;\n}\n\nexport function em(value: number): number | string {\n if (Platform.OS === 'web…
/expo/docs/components/plugins/
H A DPossibleRedirectNotification.tsx22 … ⚠️ The information you are looking for (addressed by <em>"{targetId}"</em>) has moved.{' '}
/expo/packages/html-elements/src/css/
H A Dunits.ts8 export function em(value: number): number | string { function
/expo/docs/components/
H A DPermalink.tsx50 width: 1.2em;
51 height: 1em;
52 padding: 0 0.2em;
/expo/docs/ui/components/Text/
H A DwithAnchor.tsx67 padding: `0.25em ${spacing[2]}px`,
68 fontSize: '0.75em',
/expo/docs/ui/components/Collapsible/
H A Dindex.tsx169 width: 1.2em;
170 height: 1em;
171 padding: 0 0.2em;
/expo/packages/expo-splash-screen/
H A DREADME.md270 5. [(<em>optional</em>) Enable dark mode](#-optional-enable-dark-mode)
271 6. [(<em>optional</em>) Customize StatusBar](#-customize-statusbar)
383 #### �� (<em>optional</em>) Enable dark mode
482 #### �� (<em>optional</em>) Customize StatusBar
517 6. [(<em>optional</em>) Customzine `resizeMode`](#-optional-customize-resizemode)
518 7. [(<em>optional</em>) Enable dark mode](#-optional-enable-dark-mode-1)
519 8. [(<em>optional</em>) Customize StatusBar](#-customize-statusbar-1)
615 #### �� (<em>optional</em>) Customize `resizeMode`
629 #### �� (<em>optional</em>) Enable dark mode
647 #### �� (<em>optional</em>) Customize StatusBar
/expo/packages/html-elements/
H A Dbabel.js25 em: 'EM', property
/expo/ios/vendored/sdk47/react-native-svg/apple/Utils/
H A DABI47_0_0RNSVGLength.mm45 } else if ([lastTwo isEqualToString:@"em"]) {
/expo/ios/vendored/sdk49/react-native-svg/apple/Utils/
H A DABI49_0_0RNSVGLength.mm45 } else if ([lastTwo isEqualToString:@"em"]) {
/expo/ios/vendored/unversioned/react-native-svg/apple/Utils/
H A DRNSVGLength.mm45 } else if ([lastTwo isEqualToString:@"em"]) {
/expo/ios/vendored/sdk48/react-native-svg/apple/Utils/
H A DABI48_0_0RNSVGLength.mm45 } else if ([lastTwo isEqualToString:@"em"]) {
/expo/ios/vendored/sdk47/react-native-svg/apple/Text/
H A DABI47_0_0RNSVGPropHelper.mm20 } else if ([lastTwo isEqualToString:@"em"]) {
/expo/ios/vendored/unversioned/react-native-svg/apple/Text/
H A DRNSVGPropHelper.mm20 } else if ([lastTwo isEqualToString:@"em"]) {

123