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