UNPKG

tachyons-generator

Version:

Generate a custom Tachyons build with a json configuration

6 lines 160 B
module.exports = ` .ttc { text-transform: capitalize; } .ttl { text-transform: lowercase; } .ttu { text-transform: uppercase; } .ttn { text-transform: none; } `