mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
15 lines
540 B
CSS
15 lines
540 B
CSS
.textAlign-center { text-align: center; }
|
|
.textAlign-left { text-align: left; }
|
|
.textAlign-right { text-align: right; }
|
|
.textAlign-justify { text-align: justify; }
|
|
|
|
.textDecoration-none { text-decoration: none; }
|
|
.textDecoration-underline { text-decoration: underline; }
|
|
|
|
.textOverflow-ellipsis { text-overflow: ellipsis }
|
|
|
|
.textTransform-capitalize { text-transform: capitalize; }
|
|
.textTransform-lowercase { text-transform: lowercase; }
|
|
.textTransform-none { text-transform: none; }
|
|
.textTransform-uppercase { text-transform: uppercase; }
|