0.2.0 • Published 6 years ago

tx.css v0.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

tx.css

npm install tx.css
@import './node_modules/tx.css/tx';

text-align

.tx-left { text-align: left }
.tx-right { text-align: right }
.tx-center { text-align: center }
.tx-start { text-align: initial; text-align: start }
.tx-end { text-align: end }

vertical-align

.tx-baseline { vertical-align: baseline }
.tx-ascent { vertical-align: text-top }
.tx-descent { vertical-align: text-bottom }
.tx-sup { vertical-align: super }
.tx-sub { vertical-align: sub }
.tx-top { vertical-align: top }
.tx-bottom { vertical-align: bottom }
.tx-middle { vertical-align: middle }

font

.tx-face { font: inherit }
.tx-sans { font-family: sans-serif }
.tx-mono { font-family: monospace }
.tx-os { font-family: sans-serif; font-family: system-ui }