UNPKG

tachyons-generator

Version:

Generate a custom Tachyons build with a json configuration

11 lines (10 loc) 213 B
module.exports = ` .cf:before, .cf:after { content: " "; display: table; } .cf:after { clear: both; } .cf { *zoom: 1; } .cl { clear: left; } .cr { clear: right; } .cb { clear: both; } .cn { clear: none; } `