UNPKG

tachyons-generator

Version:

Generate a custom Tachyons build with a json configuration

5 lines 156 B
module.exports = ` .strike { text-decoration: line-through; } .underline { text-decoration: underline; } .no-underline { text-decoration: none; } `