tx.css

0.2.0 • Public • Published

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 }

Package Sidebar

Install

npm i tx.css

Weekly Downloads

2

Version

0.2.0

License

ISC

Unpacked Size

5.67 kB

Total Files

7

Last publish

Collaborators

  • ryanve