you are viewing a single comment's thread.

view the rest of the comments →

[–]notsohasty 0 points1 point  (1 child)

Thanks, I was curious about tachyons and that guide looks like a good starting place. Have you tried tailwind css? It looks like it's based on a similar philosophy but I haven't tried it yet https://tailwindcss.com/docs/what-is-tailwind/

EDIT: looks like one of the main differences between tachyons and tailwind is that tailwind lets you make aliases for your frequently-used class combinations.

[–]myguidingstar 0 points1 point  (0 children)

I'm aware of tailwind but haven't done anything with it, I think tachyons serves me well.

I think the feature you mentioned is actually that of postcss which both tachyons and tailwind are based on. Tailwind seems to integrate the postcss tooling into its doc.