react-native-style-tachyons
Version:
functional, maintainable styling for react-native
32 lines (31 loc) • 599 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
i: {
fontStyle: "italic"
},
tl: {
textAlign: "left"
},
tc: {
textAlign: "center"
},
tr: {
textAlign: "right"
},
tj: {
textAlign: "justify"
},
"no-underline": {
textDecorationLine: "none"
},
strike: {
textDecorationLine: "line-through"
},
underline: {
textDecorationLine: "underline"
},
"strike-underline": {
textDecorationLine: "underline line-through"
}
};
;