UNPKG

tachyons-generator

Version:

Generate a custom Tachyons build with a json configuration

19 lines (17 loc) 535 B
module.exports = ` .dn { display: none; } .di { display: inline; } .db { display: block; } .dib { display: inline-block; } .dit { display: inline-table; } .dt { display: table; } .dtc { display: table-cell; } .dt-row { display: table-row; } .dt-row-group { display: table-row-group; } .dt-column { display: table-column; } .dt-column-group { display: table-column-group; } .dt--fixed { table-layout: fixed; width: 100%; } `