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.
37 lines
338 B
CSS
37 lines
338 B
CSS
.outer {
|
|
padding: 4px;
|
|
}
|
|
|
|
.row {
|
|
flex-direction: row;
|
|
}
|
|
|
|
.color0 {
|
|
background-color: #222;
|
|
}
|
|
|
|
.color1 {
|
|
background-color: #666;
|
|
}
|
|
|
|
.color2 {
|
|
background-color: #999;
|
|
}
|
|
|
|
.color3 {
|
|
background-color: blue;
|
|
}
|
|
|
|
.color4 {
|
|
background-color: orange;
|
|
}
|
|
|
|
.color5 {
|
|
background-color: red;
|
|
}
|
|
|
|
.fixed {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|