UNPKG

tachyons-generator

Version:

Generate a custom Tachyons build with a json configuration

6 lines 165 B
module.exports = ` .b--dotted { border-style: dotted; } .b--dashed { border-style: dashed; } .b--solid { border-style: solid; } .b--none { border-style: none; } `