mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-30 23:23:35 +08:00
Includes a 'css-modules' implementation of the nested trees to act as a baseline for comparison.
22 lines
405 B
CSS
22 lines
405 B
CSS
.initial {
|
|
align-items: stretch;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-basis: auto;
|
|
flex-direction: column;
|
|
flex-shrink: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
background-color: transparent;
|
|
color: inherit;
|
|
font: inherit;
|
|
text-align: inherit;
|
|
text-decoration: none;
|
|
list-style: none;
|
|
min-height: 0;
|
|
min-width: 0;
|
|
};
|