UNPKG

tachyons-generator

Version:

Generate a custom Tachyons build with a json configuration

6 lines 149 B
module.exports = ` .static { position: static; } .relative { position: relative; } .absolute { position: absolute; } .fixed { position: fixed; } `