/
githubmirror
/
styled-components
Обзор
Документация
Войти
/
githubmirror
/
styled-components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/benchmarks/src/implementations/emotion/View.js
18 строк
353 B
Evan Jacobs
update benchmark examples & rewrite a few with more idiomatic examples
08 ноя 2019, 00:02
08 ноя 2019, 00:02
44e565b
Код
Авторство
О чём код?
import styled from '@emotion/styled'; export default styled.div({ alignItems: 'stretch', borderWidth: 0, borderStyle: 'solid', boxSizing: 'border-box', display: 'flex', flexBasis: 'auto', flexDirection: 'column', flexShrink: 0, margin: 0, padding: 0, position: 'relative', // fix flexbox bugs minHeight: 0, minWidth: 0, });