Files
react-native-web/lib/css/text.css
2015-06-09 14:08:48 -07:00

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; }