tachyons-css/tachyons-system

Does this replace tachyons.css?

Closed this issue · 1 comments

I'm a longtime Tachyons user (thank you so much!) and have just switched to building static sites using React (with Gatsby). I'm now trying to figure out the best way to continue using Tachyons with React.

At the moment, I'm copying the Tachyons source files and customizing the variables, then importing the resulting tachyons.css file globally and using className to apply the classes to my JSX.

I have my eye on [tachyons-generator] as a possible improvement to the customization step above. (I imagine I'd still need to use it as a global import and use className to add the classes.)

Is [tachyons-system] an easier/better way to go when using React? Would I need to import Tachyons alongside it?

I'd love your advice on how to adapt to handling CSS in React in general...

Closing as no longer relevant for me.